From b3a08e3601fae9e91a25080c78f925dfc2802bc2 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 19:46:08 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- builder/data/root/settings.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/builder/data/root/settings.yaml b/builder/data/root/settings.yaml index e69de29b..5f198bde 100644 --- a/builder/data/root/settings.yaml +++ b/builder/data/root/settings.yaml @@ -0,0 +1,15 @@ +client_config_backend: file +client_config_file: /root/client_secrets.json +client_config: + client_id: + client_secret: + +save_credentials: True +save_credentials_backend: file +save_credentials_file: /root/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