Complete Upload
Finalize an upload and receive the public URL for the file. Use the `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. |
Note that Glide will delete this file within 30 days if the URL is not stored in a table in Glide.
Authentication
AuthorizationBearer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path parameters
appID
uploadID
Response
data
Errors
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
413
Content Too Large Error