You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
323 B
YAML
15 lines
323 B
YAML
8 years ago
|
client_config_backend: settings
|
||
|
client_config:
|
||
|
client_id: %(client_id)s
|
||
|
client_secret: %(client_secret)s
|
||
|
redirect_uri: %(redirect_uri)s
|
||
|
|
||
|
save_credentials: True
|
||
|
save_credentials_backend: file
|
||
|
save_credentials_file: gdrive_credentials
|
||
|
|
||
|
get_refresh_token: True
|
||
|
|
||
|
oauth_scope:
|
||
|
- https://www.googleapis.com/auth/drive
|