Replies: 1 comment 2 replies
-
Yes. Which is why I made |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With this test function on Apps Script :




I can write/read data on a spreedsheet. It acts as a cloud variable host. (here i only updated cell a5 value to test)
Using Turbowarp Http extension on the game :
Apart from google sheets limitations (1milion or 10milion cells i dont remmeber), i didn't face any limitation for now. and the time of a small request like this is 1-3s by average.
The only problem i met was when sending too many requests to a single cell, the value isn't updated correctly because some are late when writing etc... But this should happen in real situations, i sent a lot of requests just to test the limits.
I read somewhere that you couln't exceed 20000 requests if i'm right, but, within i made like 60000+ writing requests in 1 day without getting a limitation error message, so i wonder if there's a limit.
It is also possible to send mails (test it to generate verification codes to confirm players identities) using an apps script function
Beta Was this translation helpful? Give feedback.
All reactions