UrlFileUploadInput
Upload media content by providing a publicly accessible URL
input UrlFileUploadInput {
url: String!
fileName: String!
}
Fields
UrlFileUploadInput.url
● String!
non-null scalar
Publicly accessible URL to the media file.
The URL must be accessible without authentication and return the actual file content. The service will download and store the file from this location.
UrlFileUploadInput.fileName
● String!
non-null scalar
Filename to use when storing the downloaded file.
Must include the file extension and be between 5-255 characters. This name will be used for storage and may affect how the file is processed.
Member Of
UploadFileInput
input