You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am using the new REST V2 API available for the metadata upload: https://wwwdev.ebi.ac.uk/ena/dev/submit/webin-v2/submit
Execution of the following curl command: curl -u Webin-XXXXX:XXXXXXXXX -X POST 'https://wwwdev.ebi.ac.uk/ena/dev/submit/webin-v2/submit/' \ -H 'Accept: application/xml' \ -H 'Content-Type: application/xml' \ -T 'test.xml'
ends with 403 https error.
I used my credentials to submit via the old API: https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit/ without any problems.
The text was updated successfully, but these errors were encountered:
Hi! I am using the new REST V2 API available for the metadata upload:
https://wwwdev.ebi.ac.uk/ena/dev/submit/webin-v2/submit
Execution of the following curl command:
curl -u Webin-XXXXX:XXXXXXXXX -X POST 'https://wwwdev.ebi.ac.uk/ena/dev/submit/webin-v2/submit/' \ -H 'Accept: application/xml' \ -H 'Content-Type: application/xml' \ -T 'test.xml'
ends with 403 https error.
I used my credentials to submit via the old API:
https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit/
without any problems.The text was updated successfully, but these errors were encountered: