Skip to content

BucketUploadFileOptions

Deprecated

Use the positional form: uploadFile(bucketId, path, content, options?). See BucketUploadFileRequestOptions for the supported options.

Options for uploading files to a bucket.

Extends

Properties

Property Type Description
bucketId number The ID of the bucket to upload to
content Uint8Array<ArrayBuffer> | Blob | File File content to upload
expand? string -
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.
path string Path where the file should be stored in the bucket
select? string -