GET /fileHandle/{handleId}/url
Get a URL that can be used to download a file of a FileHandle.
Note: This call will result in a HTTP temporary redirect (307), to the actual file URL if the caller meets all of the download requirements.
Note: Only the user that created the FileHandle can use this method for download.
Resource URL
https://repo-prod.prod.sagebase.org/file/v1/fileHandle/{handleId}/url
Resource URL Variables
{handleId} |
Parameters
redirect optional |
When set to false, the URL will be returned as text/plain instead of redirecting. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | download |
HTTP Method | GET |
Request Object | None |
Response Object | None |