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)
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!