質問編集履歴
1
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
#ダウンロードしたjsonファイル名をクレデンシャル変数に設定(秘密鍵、Pythonファイルから読み込みしやすい位置に置く)
|
30
30
|
|
31
|
-
credentials = ServiceAccountCredentials.from_json_keyfile_name('python
|
31
|
+
credentials = ServiceAccountCredentials.from_json_keyfile_name('python.json', scope)
|
32
32
|
|
33
33
|
|
34
34
|
|