よろしくお願いします。
初心者でプログラミングをはじめたばかりです。
1)この記事の内容を自分でもやってみようと思い、挑戦しました。
https://news.mynavi.jp/article/zeropython-16/
2)下記のコードを書きました。
client_config_backend:settings
client_config:
client_id:#client_idを貼り付けてます
client_secret:#client_secretを貼り付けています
save_credentials: True
save_credentials_backend: file
save_credentials_file: credentials.json
get_refresh_token: True
oauth_scope:
- https://www.googleapis.com/auth/drive.file
- https://www.googleapis.com/auth/drive.install
3)下記のエラーが出てしまいました。
File "<ipython-input-6-27f8a03cf334>", line 2
client_config:
^
SyntaxError: invalid syntax
4)エラーの理由と解決方法を教えていただけないでしょうか?
何卒よろしくお願いいたします。
あなたの回答
tips
プレビュー