You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-spreadsheet-add-on
I wrote a Chrome extension which calls a Google App Script endpoint. The Google App Script then checks a spreadsheet and passes some data back to the Chrome extension. However, when a lot of users use the Chrome extension at the same time, this error shows up - "Too many simultaneous invocations: Spreadsheets at functionName(Code:11) at doGet(Code:5)"
Apparently there is a limit on simultaneous executions of Google App Script functions. Is there a way to avoid that error?
testing apids
unread,
Oct 28, 2022, 2:10:09 PM10/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-spreadsheet-add-on
maybe you can try to pause executions until the simultaneous executions are finished. Still trying to figure out the best way for this. Any ideas?