- Obtain a signed URL for upload
- Upload your file using the signed URL
Getting a signed url
Send aPOST request to the following endpoint:
format: The file’s MIME typesize: The file size in bytes
Uploading Your File
Once you receive the response, locate the signed URL indata.links.upload.
Use this URL to upload your file by sending a PUT request.
Make sure the file size matches the size you specified when requesting the signed URL.