Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart-upload guide mixes server URLS #53

Open
bcli4d opened this issue Jul 22, 2023 · 0 comments
Open

quickstart-upload guide mixes server URLS #53

bcli4d opened this issue Jul 22, 2023 · 0 comments

Comments

@bcli4d
Copy link

bcli4d commented Jul 22, 2023

In the quickstart-upload guide, the code initially accesses zenodo.org/api. In the 'All API access requires an access token, so create one.' step, the user is redirected to get an access token from zenodo.org.
The example code then accesses sandbox.zenodo.org/api In the 'Next, let’s create a new empty upload:' step, the example code accesses sandbox.zenodo.org/ap. This will fail because the access token was not issued by sandbox.zenodo.org.
-The example code should be consistent in the server that it accesses.
-The Testing section of the guide mentions the availability of the sandbox server. It would be helpful to state that an access token issued by that server is needed in order to use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant