You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about security? anybody can be a fishing attack on spreadsheet. I can send tons of requests by fetch method to overflow the spreadsheet. Is there any solution for this security threats?
The text was updated successfully, but these errors were encountered:
I think the way to belay these concerns is to place a server-less listener in front of the required setup for the google sheet.
One such option could be AWS Lambda. Basically add CAPTCHA to reduce fake or bot generated form entries then send the request to the AWS lambda endpoint then forward the request to the google sheets. Which means the sheet that is attempting to be populated and the relevant API keys plus other identifiable information would remove all phishing, fake data insertions, data manipulation, & related concerns.
The AWS Lambda free usage tier includes 1M free requests per month and 400,000 GB-seconds of compute time per month.
What about security? anybody can be a fishing attack on spreadsheet. I can send tons of requests by fetch method to overflow the spreadsheet. Is there any solution for this security threats?
The text was updated successfully, but these errors were encountered: