We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af97bbd commit cea0631Copy full SHA for cea0631
examples/gmail/Gmail.bas
@@ -10,7 +10,7 @@ Private Property Get GmailClient() As WebClient
10
' Use the pre-made GoogleAuthenticator found in authenticators/ folder
11
' - Automatically uses Google's OAuth approach including login screen
12
' - Get API client id and secret from https://console.developers.google.com/
13
- ' - https://github.com/timhall/Excel-REST/wiki/Google-APIs for more info
+ ' - https://github.com/VBA-tools/VBA-Web/wiki/Google-APIs for more info
14
Dim Auth As New GoogleAuthenticator
15
Auth.Setup CStr(Credentials.Values("Google")("id")), CStr(Credentials.Values("Google")("secret"))
16
Auth.AddScope "https://www.googleapis.com/auth/gmail.readonly"
0 commit comments