I have a service that downloads my Google Sheets (around 500kb) document using the API via oAuth2.
It sometimes times out with no error messages from Google (>80 seconds) and I would like to know why could be causing this timeout.
Is it normal for Google Sheets API engine to take this long to respond? I also have noticed that even if I tried with a much smaller sized file (around 50kb) - it can still sometimes timeout.
I have done some research and there seems to be some sort of quota limitations for the free version of Google Apps: Current limitations
Would using the Google Sheets API be using the "URL Fetch data received " covered in the document in which I would only have 50MB/day?
Thanks