Yesterday I noticed that google api is formatting the sheet url different than before.
According to the Google Sheets API docs, the format of a google sheet url should be:
- https://docs.google.com/spreadsheets/d/aBC-123_xYz/edit#gid=sheetId
But I noticed yesterday that it has changed to:
- https://docs.google.com/spreadsheets/d/aBC-123_xYz/edit?gid=sheetId#gid=sheetId
This is a breaking change for our application that needs to extract the sheetId from the url. I could not find any docs related to this change or any releases updates.
–
New contributor
Soroush Fallah is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.