The resumable-upload feature is improved to work not only when used from a REST client, but from a browser, too.
Creating a resumable upload requires authentication, while the following upload operations are publicly accessible – secured via uploadId – and support Cross-Origin Resource Sharing (CORS) for cross-origin use:
- HEAD /v2/{project}/resumable/upload/{uploadId} – Get resumable upload status
- PUT /v2/{project}/resumable/upload/{uploadId} – Upload complete data for non-resumable upload
- PATCH /v2/{project}/resumable/upload/{uploadId} – Upload chunk for resumable upload
