qeet / IMPORTJSONAPI

Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
MIT License
251 stars 36 forks source link

Google Apps Script 30 second timeout for custom functions #16

Open cschneider75 opened 4 years ago

cschneider75 commented 4 years ago

Hi there. I am running up against this timeout when trying to load data from an API using this importjsonapi function. Through research I have discovered that Google Apps Script/Sheets has a 30 second timeout for custom functions. Do you know of any way to raise this parameter or is there some other workaround ? Thank You

qeet commented 4 years ago

Sorry but I am not aware of how to fix this issue.