close
要先建立憑證給API程式,程式才能來存取Google Driver的東西
選擇Google Driv API憑證,因為我們是要存取Google Drive
選擇JSON型態的憑證檔案
將下載檔案存到等一下要執行python檔案的目錄
Google API 和服務可以看到所建的專案"My Project test 001"裡已有一個憑證
ㄏ
打開下載的憑證檔案,複製client_email:的內容
在Google Drive中你所要分享的excel檔案按分享把剛剛的複製的client_email貼上去按"Send"
creds = ServiceAccountCredentials.from_json_keyfile_name('My Project test 001-4114de978eda.json', scope)
My Project test 001-4114de978eda.json是憑證檔名
sheet = client.open("Test_001").sheet1
Test_001是Google Driver上的Google Excel檔名
但還是有Error:Insufficient Permission
scope要改成scope = ['https://spreadsheets.google.com/feeds','https://www.googleapis.com/auth/drive']
Test_001讀取成功
Google API資訊主頁資料顯示讀取狀況
全站熱搜
留言列表