Hi guys !!!!
I'm trying to update a Google Spreadsheet, using OAuth2 library.
This is my piece of code:
B4X:
Sub Process_Globals
Dim ClientId As String = "..."
Private oauth2 As GoogleOAuth2
End Sub
Sub Activity_Create(FirstTime As Boolean)
...
If FirstTime Then...