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!
 

Peter Simpson

Expert
Licensed User
Longtime User
Have you checked to see if Google does a REST API?
 
Upvote 0

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
Top