Skip to content

Commit

Permalink
Remove reference to Excel-REST
Browse files Browse the repository at this point in the history
  • Loading branch information
timhall committed Jan 21, 2016
1 parent af97bbd commit cea0631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gmail/Gmail.bas
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Private Property Get GmailClient() As WebClient
' Use the pre-made GoogleAuthenticator found in authenticators/ folder
' - Automatically uses Google's OAuth approach including login screen
' - Get API client id and secret from https://console.developers.google.com/
' - 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
Dim Auth As New GoogleAuthenticator
Auth.Setup CStr(Credentials.Values("Google")("id")), CStr(Credentials.Values("Google")("secret"))
Auth.AddScope "https://www.googleapis.com/auth/gmail.readonly"
Expand Down

0 comments on commit cea0631

Please sign in to comment.