Hello,
I am thinking about using the gdata client library to fetch
information stored in a google spreadsheet.
This would be like a more easy way to communicate information to my
gae application. (Instead or fulfiling forms, enter these informations
in a spreadsheet somewhere...)
Thus it would be nice if one of my user could give to my application
the authorisation to access one (and only one) spreadsheet!
I looked in the different docs that I founded but the scope for
authorization is always "
http://spreadsheets.google.com/feeds/" which,
if I understand correctly give access to all the spreadsheets.
Frankly, if I am a google spreadsheet user, I will think twice before
giving such an authorization... And on the other hand the GAE Web app
need only access to one!
I can find different workarounds:
- ask the user to make this particular spreadsheet public, at least at
the right time (this could work for non-sensitive information)
- or probably ask the user to share this particular spreadsheet with a
user representing the application (let's say, me) than, I can see that
document and grant myself the authorization...
BUT... Maybe I am in the wrong direction because I missed
something...?
Thanks in advance to put me on the right track,
Michel