【发布时间】:2013-10-19 08:37:05
【问题描述】:
如何在 php 中发送此请求?
https://developers.google.com/drive/manage-uploads#resumable
POST /upload/drive/v2/files?uploadType=resumable HTTP/1.1
Host: www.googleapis.com
Authorization: your_auth_token
Content-Length: 38
Content-Type: application/json; charset=UTF-8
X-Upload-Content-Type: image/jpeg
X-Upload-Content-Length: 2000000
{
"title": "My File"
}
【问题讨论】:
-
谷歌
PHP cURL Post Request
标签: php request google-drive-api