Hi there
I am just starting to explore the google api, these however dont seem to follow any approach im familiar with.
As an example..
github.com
The code in this file has scripts which call a method onload. How do I do something similar with BANano as I guess I have to call a sub on code?
Thanks in advance.
I am just starting to explore the google api, these however dont seem to follow any approach im familiar with.
As an example..
browser-samples/gmail/quickstart/index.html at main · googleworkspace/browser-samples
Web samples for Google Workspace APIs. Contribute to googleworkspace/browser-samples development by creating an account on GitHub.
The code in this file has scripts which call a method onload. How do I do something similar with BANano as I guess I have to call a sub on code?
B4X:
<script async defer src="https://apis.google.com/js/api.js" onload="gapiLoaded()"></script>
<script async defer src="https://accounts.google.com/gsi/client" onload="gisLoaded()"></script>
Thanks in advance.