I am trying to get JSON data from publicly shared Google SpreadSheets that are created by from other users.
To call that api I use the following url format: https://spreadsheets.google.com/feeds/list/[sheet_id]/[tab_id]/public/basic?alt=json
But when I set the sheet_id
from the one I get from a shared link I receive 404 response. :-(
By the way, I can get JSON data from same shared link if I make it public on the web.
Like this:
Can I get json data from only another users shared link?
This is my application condition.
- Shared link can be sent from many people.
- Those links are not public to the web.
- I make sheet_id from shared link and call api.
- I run application from api response data.
Thank you for your patience and please excuse my poor English.