Share My Creation [Web][SithasoGoogleSheetsAPI] - Replace Traditional Back Ends with Google Sheets - Mashiane    Nov 12, 2025   (2 reactions) BANano Projects.
After a couple of days of planning and building SithasoGoogleSheetsAPI, its finally... SithasoGoogleSheetAPI makes possible.
The Problem: Database Complexity Holding Back Innovation
Traditional web....
The Solution: SithasoGoogleSheetAPI - Your Google Sheets Backend
SithasoGoogleSheetAPI bridges this gap by transforming your Google Sheets into a fully-featured backend database with a REST-style API. It’s... B4A Code Snippet [B4X] Google Geocoding REST API - Erel    Dec 12, 2019   (26 reactions)   tags: Geo, B4X Google Geocode REST, rest api, google maps api, Geocode, EVCharge This code is compatible with B4A, B4i and B4J. 1. Get an API key: https://developers.google.com/maps/documentation/geocoding/get-api-key 2. Sub PlaceToLatLon(Place As String) As ResumableSub Dim res() As Double = Array As Double(9999, 9999) Dim j As HttpJob j.Initialize("", Me) j.Download2("https://maps.googleapis.com/maps/api/geocode/json", Array As String("key", API_KEY, "address", Place)) Wait For (j) JobDone(j As HttpJob) If j... B4J Library [Web][SithasoGoogleSheetsAPI] Replace Traditional Back Ends with Google Sheets - Mashiane    Nov 12, 2025   (5 reactions) Sheet and get the credentials needed to use BANanoGoogleSheetAPI.js:
1. Create a Google Sheet**
- Go... and create it.
4. Enable the Google Sheets API**
- In your project, go to "APIs &... B4J Tutorial Google Play Developer API - Erel    Jul 19, 2017   (9 reactions) Google Play Developer API allows you to access your developer account and do all kinds of things... client secret. Make sure that Google Play Android Developer API is enabled. - Update ClientId and... Google services, we will use GoogleOAuth2 class for authentication: https://www.b4x.com/android... the token created in the first step to access the inventory API. The inventory API is just used as an example. It should be simple to change it to other APIs. - The first step is to link a project in... B4A Question Error trying to compile - om.google.android.datatransport/transport-api - Marcos Alves    Dec 12, 2019 Hello all, everything was working fine but today when I tried to compile Android apps I'm getting the error: B4A Version: 9.30 Java Version: 8 Parsing code. (0.21s) Building folders structure. (0.67s) Compiling code. (2.04s) Compiling layouts code. (0.13s) Organizing libraries. Error Maven artifact not found: com.google.android.datatransport/transport-api My B4A version is 9.30, it's everything updated in paths and besides I already have the android.jar sdk 29... B4A Question Restricting Google API Keys to Specific App - mangojack    Jul 20, 2025 Restrict a Google API key to a specific app.
In Google Developers Console I have added...,"key",GoogleApiKey))
j.GetRequest.SetHeader("X-Android-Package"... Restrictions - Android Apps
165466
This resulted in all http api requests failing : Error: REQUEST_DENIED
I then found I was to also include / add package name and fingerprint to all the api... B4A Code Snippet [updated] GoogleDrive via REST API V3 - Small Testproject - fredo    Oct 30, 2023   (22 reactions)   tags: Google Drive, google drive test Create a new project in the Google AP developer console 70603 Select "Google Drive API" in...Updated Oct 30, 2023 Attached is a small project (version 19) to get a grip on Google Drive. Most...-06-01, Erel, OAUTH2, v2.10 --> https://www.b4x.com/android/forum/threads/class-b4x-google...-via-api-v3.80775/#post-512176 ' 2017-06-18, mw71, GDrive via APIv3 --> https://www.b4x.com/android/forum/threads/googledrive-via-api-v3.80775/ ' 2017-06-04, mw71, upload file... B4A Code Snippet GoogleDrive via API V3 - mw71    Jun 18, 2017   (15 reactions)   tags: googledrive hi, for Access to Google (Drive) you need oAuth2: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content Upload Files to Google Drive need a PATCH Request: https://www.b4x.com/android/forum/threads/http-patch-request.80261/#post-508444 To access Google Drive, I use the code in the appendix. It can certainly be done better, but it works.... B4A Library GoogleApiAvailability (Google Play Services availability) - Ivica Golubovic    Nov 12, 2023   (9 reactions) GoogleApiAvailability (Google Play Services availability) is a small library that serves as an aid... B4XPage_Created (Root1 As B4XView)
Root = Root1
Dim Google As GoogleApiAvailability... As GoogleApiAvailability
If Google.IsGooglePlayServicesAvailable=False Then
Dim AvailabilityInt As Int... GoogleApiAvailability library. Otherwise library will not function and error exception... B4J Question [BANano] How to use the Google APIs - Mashiane    Jun 7, 2023 Hi there
I am just starting to explore the google api, these however dont seem to follow any... src="https://apis.google.com/js/api.js" onload="gapiLoaded()"></script>... Page: 1   2   3   4   5   6   7   |