Upload a file to the storage provider
The file to upload
Optionalfilename: stringOptional custom filename
Promise with storage URL and metadata
Download a file from the storage provider
The storage URL
Promise with file blob
List files from the storage provider
Optionaloptions: StorageListOptionsOptional filtering and pagination
Promise with file list
Delete a file from the storage provider
The storage URL
Promise with success status
Get provider-specific configuration
Provider configuration object
Dropbox Storage Provider
Remarks
Implements the storage interface for Dropbox. Requires OAuth2 authentication.