We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5305253 commit 6da6876Copy full SHA for 6da6876
samples/Google.gs
@@ -58,7 +58,7 @@ function getService_() {
58
// Set the scope and additional Google-specific parameters.
59
.setScope('https://www.googleapis.com/auth/drive')
60
.setParam('access_type', 'offline')
61
- .setParam('approval_prompt', 'force')
+ .setParam('prompt', 'consent')
62
.setParam('login_hint', Session.getActiveUser().getEmail());
63
}
64
0 commit comments