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.
Hi! I am using the new REST V2 API available for the metadata upload:
https://wwwdev.ebi.ac.uk/ena/dev/submit/webin-v2/submitExecution 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.