Is there any limit on number of concurrent hits or simultaneous executions on Google App Script Web App

If you are looking for the solution of this question yet, how about this? I measured the number of concurrent connections for Web Apps using the fetchAll method which can work the asynchronous processing. The flow is as follows. Deploy Web Apps. Connect to Web Apps by the asynchronous processing. At that time, the number … Read more

YouTube Data API: The request cannot be completed because you have exceeded your quota, INSUFFICIENT_TOKENS

Taking into account the DTOS docs, it’s very likely that you exceeded 90 days of inactivity w.r.t. your API credentials: Inactivity YouTube reserves the right to disable or curtail your access to, or use of, specific YouTube API Services if your API Project has been inactive for 90 consecutive days. For example, YouTube could revoke … Read more

The maximum string content length quota (8192) has been exceeded while reading XML data

The bindingConfiguration needs to have the name you assign to the netTcpinding element – “LargeBuffer” or “LongFields” won’t mean anything unless there is a binding element in the config file with that name. That is why your service won’t start when you put that in – you most likely got a configuration error message of … Read more