Google Drive resumable upload with javascript

后端 未结 2 1772
挽巷
挽巷 2021-01-07 01:52

I\'m trying to upload files to Google Drive using Google APIs Client Library for JavaScript and resumable upload type.

I authenticate and get the upload URI successf

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-07 02:17

    Blob types are a hot topic for XMLHttpRequest implementations and they are not truly mature. I'd recommend you to stick with base64 encoding. Google's JavaScript client lib doesn't support resumable uploads because it's very unlikely that a client side browser app uploads very large files directly to Google Drive.

提交回复
热议问题