You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,20 +141,24 @@ public BackupConfig() throws IOException, DuplicateKeyException, YamlReaderExcep
140
141
"How This Works:\n" +
141
142
"1. You create OAuth credentials in your own Google Cloud Console\n" +
142
143
"2. You enter your Client ID and Client Secret in the sections below\n" +
143
-
"3. You get an URL to open with your browser and log in\n" +
144
-
"4. After authentication, a refresh token is saved for future use and to avoid repeating the steps shown below\n" +
144
+
"3. When enabled, your browser will automatically open for authentication\n" +
145
+
"4. After authentication, a refresh token is saved for future use\n" +
146
+
"\n" +
145
147
"Google-Drive Setup:\n" +
146
-
"1. Create a project in Google Cloud Console (or use an existing one) and make sure the project_id is autoplug-client: https://developers.google.com/workspace/guides/create-project\n" +
148
+
"1. Create a project in Google Cloud Console (or use an existing one) and enter its project_id below: https://developers.google.com/workspace/guides/create-project\n" +
147
149
"2. Enable the Google Drive API: https://console.cloud.google.com/flows/enableapi?apiid=drive.googleapis.com\n" +
"Get this from Google Cloud Console after creating your project. You also use an existing project and enter its name/project-id here.").setDefValues("autoplug-client");
0 commit comments