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
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
Thanks for (what I hope is) a great project. I am having some troubles just getting some basics running.
I can get the application running locally, but unless the spreadsheet is viewable to the world, all I get is an { } empty object when I go to [id]/download.
A little debugging, looks like Google is saying the file is not found, which I think its a proxy for permissions issues, but the documentation is not super clear on how that's supposed to work (and Google's API console changes daily).
I have set up a a Google API project and given access to Drive and Google+ and created two credentials, one for GOOGLE_APICLIENT_KEY and the other for GOOGLE_APICLIENT_SERVICEACCOUNT and these are set as environment variables.
I don't know Ruby or Sinatra very well, so maybe I just need to find a way to get a bit more debugging information.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for (what I hope is) a great project. I am having some troubles just getting some basics running.
I can get the application running locally, but unless the spreadsheet is viewable to the world, all I get is an
{ }
empty object when I go to[id]/download
.For instance, the demo spreadsheet works:
http://localhost:9292/16NZKPy_kyWb_c0jBLo_sTvyoGUrs-ISG7uMDHBMgM5U/download?
But, a test one that is not viewable to the world just gives me back the empty object:
http://localhost:9292/1Pg6ycnWBBUcyb1XaoZttVLffXL40LjSkdZSAclTc3-o/download?
A little debugging, looks like Google is saying the file is not found, which I think its a proxy for permissions issues, but the documentation is not super clear on how that's supposed to work (and Google's API console changes daily).
I have set up a a Google API project and given access to Drive and Google+ and created two credentials, one for
GOOGLE_APICLIENT_KEY
and the other forGOOGLE_APICLIENT_SERVICEACCOUNT
and these are set as environment variables.I don't know Ruby or Sinatra very well, so maybe I just need to find a way to get a bit more debugging information.
Thanks!
The text was updated successfully, but these errors were encountered: