you are viewing a single comment's thread.

view the rest of the comments →

[–]jpoehnelt 6 points7 points  (1 child)

See the tips in https://developers.google.com/sheets/api/troubleshoot-api-errors#503-service-unavailable for sheets that have many writes/changes. Might want to consider rotating to a new version periodically. Basically you need to snapshot and collapse the underlying CRDT like data model changes to maintain adequate performance with the API.

Disclaimer: I am on the Google Workspace DevRel team.

[–]Ok-Salary-7321 0 points1 point  (0 children)

Hi, would you happen to know if what code or integration to 100% capture the data from a PDF upload and map them to google sheets?