What are the Zenodo token and deposition ID, and how do you get them?¶
Zenodo Token File¶
CartLoader uses the Zenodo API for uploads. To authenticate, Zenodo requires an access token.
To obtain a token:
- Log in to Zenodo.
- Open Applications.
- Click "New Token" and select scopes such as
deposit:writeanddeposit:actions. - Copy the generated token.
- Save it in a plain text file and pass that file path to
--zenodo-token.
Zenodo Deposition ID¶
A deposition ID is the numeric identifier of a Zenodo deposition (dataset record).
If you already created one, find it in the URL, for example:
1 2 3 | |
See also: