# Example usage of the figshare API Yosuke Tanigawa 2020/5/22 To upload large files to figshare, one can use figshare API. This notebook summarizes the basic usage of the figshare API. We copied the example Python file from [the official website](https://docs.figshare.com/#upload_files_example_upload_on_figshare), moved some constants to arguments of the function, and saved as a separate function file, [`figshare_API_misc.py`](figshare_API_misc.py).