We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the IPT uses the https://gbrds.gbif.org/registry/ipt/resource endpoint from the "Legacy API" to create datasets.
https://gbrds.gbif.org/registry/ipt/resource
In the https://registry-api.gbif.org/dataset endpoint, please add the option to POST a new dataset using Basic auth with organizationKey:token
https://registry-api.gbif.org/dataset
POST
organizationKey:token
Background: The eDNA tool needs to be able to publish datasets scoped by organization and use the organizations shared token.
The text was updated successfully, but these errors were encountered:
https://github.com/gbif/gbif-common-ws/blob/dev/src/main/java/org/gbif/ws/remoteauth/basic/BasicAuthRequestFilter.java#L49
Sorry, something went wrong.
ahakanzn
No branches or pull requests
Currently the IPT uses the
https://gbrds.gbif.org/registry/ipt/resource
endpoint from the "Legacy API" to create datasets.In the
https://registry-api.gbif.org/dataset
endpoint, please add the option toPOST
a new dataset using Basic auth withorganizationKey:token
Background: The eDNA tool needs to be able to publish datasets scoped by organization and use the organizations shared token.
The text was updated successfully, but these errors were encountered: