diff --git a/builder/data/root/client_secrets.json b/builder/data/root/client_secrets.json new file mode 100644 index 00000000..19ba0b8e --- /dev/null +++ b/builder/data/root/client_secrets.json @@ -0,0 +1,11 @@ +{ + "installed":{ + "client_id":"339036094194-a9334tmer2d8tjq0enr6gi1n23bej09t.apps.googleusercontent.com", + "project_id":"pwnagotchi-401519", + "auth_uri":"https://accounts.google.com/o/oauth2/auth", + "token_uri":"https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs", + "client_secret":"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", + "redirect_uris":["http://localhost"] + } +} \ No newline at end of file diff --git a/builder/data/root/settings.yaml b/builder/data/root/settings.yaml index e69de29b..680c6a06 100644 --- a/builder/data/root/settings.yaml +++ b/builder/data/root/settings.yaml @@ -0,0 +1,14 @@ +client_config_backend: file +client_config: + client_id: 339036094194-a9334tmer2d8tjq0enr6gi1n23bej09t.apps.googleusercontent.com + client_secret: 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 + +save_credentials: True +save_credentials_backend: file +save_credentials_file: credentials.json + +get_refresh_token: True + +oauth_scope: + - https://www.googleapis.com/auth/drive + - https://www.googleapis.com/auth/drive.install \ No newline at end of file