cURL
Uploads
Complete Upload
POST
cURL
Finalize an upload and receive the public URL for the file. Use the
Note that Glide will delete this file within 30 days if the URL is not stored in a table in Glide.
uploadID from the create upload response.
Error Responses
| Status | Description |
|---|---|
| 402 | Upload quota exceeded. The file has been deleted. |
| 409 | Upload incomplete. The file bytes were not fully uploaded to the uploadLocation. |
| 413 | File too large. The uploaded file exceeds the maximum allowed size. The file has been deleted. |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the app, e.g., mT91fPcZCWigkZXgSZGJ
Example:
"mT91fPcZCWigkZXgSZGJ"
ID of the upload, e.g., upload-123
Example:
"upload-123"