To Answer your questions:
- I have that flow inside of the GameMode Blueprint tied to
Event BeginPlay
. (see image) - No other users / projects are accessing this sheet.
I guess I am mostly wondering what comprises a request … is 1 request equal to all the data on 1 sheet / url or is 1 request equal to 1 row of 1 sheet.
I looked it up and the Google API for Sheets basically limits the Read request per minute per user to 60 (so one Read request per second I guess)
This is the flow I have, one Sheetfile, with 6 sheets / direct sheet URLs being queried.