Skip to main content

GetResumableSignedUploadUrlPayload

A signed resumable upload URL for the resources bucket.

type GetResumableSignedUploadUrlPayload {
url: String!
success: Boolean!
error: String
}

Fields

GetResumableSignedUploadUrlPayload.url ● String! non-null scalar

The signed GCS resumable-upload URL the client uploads the file to.

GetResumableSignedUploadUrlPayload.success ● Boolean! non-null scalar

True when the signed URL was generated successfully.

GetResumableSignedUploadUrlPayload.error ● String scalar

Error message when generating the URL failed, otherwise null.

Returned By

getResumableSignedUploadUrl query