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:
But i do not know appFullUrl sintaxis
Thanks in advance!
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!