Generates a URL to upload a file to.
Generates a URL that can be used to upload a file. Use the returned upload id to create a file entry. See for more information.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
uploadId
The id of the temporary container that the file will be uploaded to.
uploadURL
The URL that the client should upload the file to.