How to save data from MIT app to Google sheet?

Hello,
I have design the app which will send data from app and it needs to be save on google drive.
but i am getting the error "Error 1109: the specified URL is not valid.

how to overcome this error.


Please export your project and post it here.

when do you get the error?
after Screen.Initialize? if yes, what is the url you used for the web1for_reading component?
or after clicking Button1?

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

yes after Screen.Initialize
URL: https://docs.google.com/spreadsheets/d/1GvTknGYWCq8EBJB9jPoaFh2WdhuzH7B_2IIGA_Q4TVg/export?format=csv

All I found at that URL was
Timestamp,Name,Rating
with no data.
restaurants - Form Responses 2.txt (21 Bytes)
(Renamed to get around board .csv name restriction)

This also does not prove that the URl in your text block matches what you posted on this board.