Android Question Edit Google sheets cell

cenyu

Active Member
Licensed User
Longtime User
Hello friends,
Does some one know the way to update google sheet cell from B4A?
I think - with URL may be and With this code:


B4X:
Dim Query As String
    Query = "UPDATE A where A like '" & mail & "' and B like '" & pass & "'"
    Dim job3 As HttpJob
    job3.Initialize("JobUsers", Me)
    job3.Download(appFullUrl)

But i do not know appFullUrl sintaxis

Thanks in advance!
 

cenyu

Active Member
Licensed User
Longtime User
Yes, i read for OAuth but this is not for me...It is too complicated for me. Thats why i find a way with URL - if it exist
But thanks for answer, Peter Simpson!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…