google sheets

  1. A

    Android Question Problem with updating a cell in google sheet

    Hi I am trying to communicate with Google sheet. Using the code below I can read data from Cell B3 of sheet One. This code works fine. Dim j As HttpJob Dim StrGS As String j.Initialize("", Me)...
  2. S

    Android Question Problems with GSheetplus Library , the s.Initialize(...

    Hi! I bought GSheetplus and thought it whould work but I get an error- I tried an example and the error gets on this row: /../ Dim ClientId As String = "xxxxxpath.apps.googleusercontent.com" /../ s.Initialize(Me, "gs", ClientId) But what is "gs" ? The error text is (parts in Swedish)...
  3. fernando1987

    Share My Creation READ, ADD, UPDATE, AND DELETE DATA FROM GOOGLE SHEETS USING API V4

    This project has all the necessary connections to communicate with a google needs the Google OAuth2 class: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/ *Important talk in your project the google sheets app from google console developers Also uses the Tasty Toast...
Top