質問編集履歴

1

2021/04/14 03:43

投稿

pon244
pon244

スコア59

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-to-sheets-282110-81b5df9169c5.json', scope)
31
+ credentials = ServiceAccountCredentials.from_json_keyfile_name('python.json', scope)
32
32
 
33
33
 
34
34