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
I started using your example. and I get this error.
2020/03/19 17:06:41 Unable to parse client secret file to config: oauth2/google: missing redirect URL in the client_credentials.json
exit status 1
Any suggestions please
Go version (go version) : go version go1.13.7 windows/amd64
OS (Windows)
The text was updated successfully, but these errors were encountered:
For the moment I solved this issue. First I checked both the go get parts. The same error result. Then I repeated step 1 in order to create a new version of my credentials.json. This was the issue apparently: the quickstart.go responded as is described.
Now I can go further with developing my program to filter certain events.
Error
I started using your example. and I get this error.
2020/03/19 17:06:41 Unable to parse client secret file to config: oauth2/google: missing redirect URL in the client_credentials.json
exit status 1
Any suggestions please
go version
) : go version go1.13.7 windows/amd64The text was updated successfully, but these errors were encountered: