在某些情况下,对可恢复上传状态请求的响应中缺少Range标头:
请求:
PUT https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable&upload_id=<redacted> HTTP/1.1
<redacted>
Content-Range: bytes */5226496
Content-Length: 0
响应:
HTTP/1.1 308 Resume Incomplete
<redacted>
Content-Length: 0
如果这是设计的,可能应该在Google Drive API documentation中提及。
答案 0 :(得分:0)
如果Cloud Storage尚未收到任何字节,则Google不包括范围标头。