pin_upload

boards.BaseBoard.pin_upload(self, paths, name=None, title=None, description=None, metadata=None)

Write a pin based on paths to one or more files.

This method simply uploads the files given, so they can be downloaded later using pin_download.

Parameters

Name Type Description Default
paths str | list[str] Paths of files to upload. Currently, only uploading a single file is supported. required
name Pin name. None
title A title for the pin; most important for shared boards so that others can understand what the pin contains. If omitted, a brief description of the contents will be automatically generated. None
description A detailed description of the pin contents. None
metadata A dictionary containing additional metadata to store with the pin. This gets stored on the Meta.user field. None