Please enable JavaScript.
Coggle requires JavaScript to display documents.
GDrive檔案上傳 (限制 (Drive 總容量限制 (5G free, 付費可達16TB), 單檔大小限制, 檔案類型不限,…
GDrive檔案上傳
限制
Drive 總容量限制
5G free, 付費可達16TB
單檔大小限制
檔案類型不限
API呼叫次數,500,000/day
上傳方式
單檔
uploadType=media
多檔
uploadType=multipart
續傳
uploadType=resumable
適用大檔
新上傳步驟
1)啟動session
2)儲存sessionURI
3)上傳檔案
續傳步驟
1)取上傳狀態
2)取已上傳位元組數
3)接續上傳
Chunk上傳
Sdk
Drive SDK
Google API Client
Python
PHP
https://developers.google.com/drive/
Document List API
2012.9.14 失效
Google APIs console
申請認證資料
http://code.google.com/apis/console/
認證
OAuth2
認證資料
上傳Server的空間
public key
Private key
Client id
Email address
Application Type=Service Account
上傳User個人空間
Client ID
Client secret
Application Type=Installed application
服務
Drive API
範例
官方有quickstart 範例