Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: unlinked the "e.g. c2a:/tmp/test.tar.gz" file as it was showing in reports as a broken link

...

401 Unauthorizedauthentication error when trying to download a new certificate
400 Bad requesterror when downloading a data file or job output/input file.
403 Forbiddenacces access is only allowed through a secure connection (https).
412 Precondition failedmissing mandatory URL parameter or unknown JSON parameter.
404 Not Foundthe requested service does not exists.

...

The ECaccess files are in the form [domain:][/user-id/]path. Please refer to File Management for more information on the ECaccess File System. To download a source ecaccess file, e.g. c2a:/tmp/test.tar.gz), use

> curl $ECACCESS_OPTS -H "Token: ahs4w294" -o test.tar.gz \
 "$ECACCESS_URLV2/file?source=c2a:/tmp/test.tar.gz&offset=0"

...