-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example needed #16
Comments
Hi @marcoschwartz does this help: https://github.com/percolatestudio/meteor-google-api/blob/master/README.md#tokens Sounds like we need some better error messages but this should hopefully get you through. |
If you removed the
With I left out refreshToken but you can add it if you want to (careful on the client) |
Thanks! I managed to make it work with that. I know have the issue that many requests are executed at the same time to Google, which fails because there is a rate limit. Is there something included in the library to limit the number of calls/second? Or can you recommend something? Thanks. |
Hmm, not at this stage now. I think a generic rate limiting library would make sense, no need to work it into this one I wouldn't have thought. |
It appears the above example should be in the form of: GoogleApi.get('/analytics/v3', options, function(error, answer) { |
Hello,
Really nice module, I am trying to use it but I don't know what to put in options. I have a logged Google user on my app this part is working. I am trying:
In the console I get: message: "Auth token not found.Connect your google account [403]"
Any help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: