Hi, In my app, I would like users to be able to work with links others have shared with them. The flow goes that the user is authenticated via oauth, provides the shared link to the app, the app strips out the key and sends a feed request to http://spreadsheets.google.com/feeds/spreadsheets/public/basic/key ?oauth_token=token (using oauth 2.0)
This returns the response "Entry not found". However, if the user first views the shared link through a web browser (which seems to import the spreadsheet into the user's docs), then the same request works. Does this behaviour seem correct or am I doing something wrong? If it is correct, what's the rationale behind not giving feed access until the user has viewed the spreadsheet through a web browser? Thanks, Srimonti
