We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2b9d commit 95e6fe1Copy full SHA for 95e6fe1
README.md
@@ -80,7 +80,7 @@ service for the Google Drive API.
80
81
// Sets the login hint, which will prevent the account chooser screen
82
// from being shown to users logged in with multiple accounts.
83
- .setParam('login_hint', Session.getActiveUser.getEmail())
+ .setParam('login_hint', Session.getActiveUser().getEmail())
84
85
// Requests offline access.
86
.setParam('access_type', 'offline')
0 commit comments