generative-ai-python icon indicating copy to clipboard operation
generative-ai-python copied to clipboard

Add support for resumable uploads for File API

Open TYMichaelChen opened this issue 1 year ago • 0 comments

Add support for resumable uploads by following the MediaFileUpload class in Python:

https://googleapis.github.io/google-api-python-client/docs/epy/googleapiclient.http.MediaFileUpload-class.html

Add some pydocs to clarify what the parameters specified are. Confirmed this is working locally:

image

TYMichaelChen avatar Apr 10 '24 22:04 TYMichaelChen