Does https://www.googleapis.com/upload/drive/v2/files really support CORS?

后端 未结 3 831
名媛妹妹
名媛妹妹 2020-12-11 22:22

Update: This is a bug in GoogleDrive, CORS is not enabled for upload URIs. @Nivco pointed me to a work around with Google\'s client library which uses an i

3条回答
  •  粉色の甜心
    2020-12-11 23:21

    CORS is fully enabled now. See https://github.com/googledrive/cors-upload-sample for an example of how to do resumable uploads with vanilla JS.

提交回复
热议问题