Android Question post google form to spreadsheed

bleber

Member
Hi.
I can post a new entry in my google sheet coping the link in the browser and go, but I can not do it from my app.

B4X:
Dim j As HttpJob
    j.Initialize("", Me)
    j.Download("https://docs.google.com/forms/d/xxxxxxxxxxxxxxxxxkeyxxxxxxxxxxxxxxxxxxxxxxxxx/formResponse?entry.562703446=2022-01-23&entry.1438183679=cccccc+cc+ccccccc&entry.1047638238=pepito+de+los+palotes&entry.1696069979=entra&entry.772362404=12:12&entry.360262116=cometari+cometari+cometari+cometari+cometari+cometari+%0Acometari+cometari+cometari+cometari+cometari+cometari+cometari+%0Acometari+cometari+cometari+%0Acometari+cometari+%0A%0Acometari+cometari+cometari+cometari+cometari+%0Acometari+cometari+cometari+cometari+cometari+cometari+cometari+%0Acometari+cometari+cometari+cometari+cometari+cometari+cometari+cometari+&entry.1627598342=41.96906115212726,+2.6614731280873505")
    
    Wait For (j) JobDone(j As HttpJob)
 

bleber

Member
Thanks Erel you point me to the raight path.
I test the link in anonimopus session in my brouser and the link fails.
In my case the key are in the form setting answers section need to start session permisions.
Thanks.
 
Upvote 0
Top