uploadAsFlow
Uploads a file in BucketApi.bucketId under path
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to upload the file to
The file to upload
Additional options for the upload
Uploads a file in BucketApi.bucketId under path
Return
A flow that emits the upload progress and at last the key to the updated file
Parameters
The path to upload the file to
The uri to upload
Additional options for the upload
Uploads a file in BucketApi.bucketId under path
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to upload the file to
Additional options for the upload
The data to upload
Throws
or one of its subclasses if receiving an error response
if the request timed out
on network related issues
Updates a file in BucketApi.bucketId under path
Return
A flow that emits the upload progress and at last the key to the uploaded file
Parameters
The path to update the file to
The new data
Additional options for the upload
Throws
or one of its subclasses if receiving an error response
if the request timed out
on network related issues