I’m encountering an issue while attempting to run a Google Apps Script doPost request for processing a large spreadsheet containing approximately 30,000 rows of data. Despite the file being available on Google Drive, the request consistently times out with the following response:
“service spreadsheets timed out while accessing document with id”
I’ve ensured that the file is accessible and correctly referenced within the script. However, I’m still unable to process the data due to this timeout issue.
Is there a known workaround or solution for handling such large datasets without encountering this timeout error? Any insights or suggestions would be greatly appreciated. Thank you!
teg app is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.