I want to send Email Reminders in my app. I succesfully tried it from an activity.
Now I want to send it from a receiver in the background.
The 'ScheduledEmailReceiver' calls himself via
Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent)
'[...]...
Hello,
I downloaded the project in erel's tutorial here:
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/#content
Everything works nicely.
But once I try to implement it in my bigger own project the following problem happens:
My App opens the webview and...
I just read this article, and it seemed relevant for the people here that plan on using OAUTH2 for Gmail.
http://www.pmail.com/newsflash.htm
I should point out that it might be that this is relevant only if you plan on storing data on a server. It might not be relevant if you're simply making...
How does one do this from a B4XPages project without cluttering up the Main module (which we are not supposed to do):
oauth2.CallFromResume(Activity.GetStartingIntent)
oAuth2 is initialized/used in a B4XPage.
Marc
Thanks to this post about Google Drive from @fredo , I've got Google Drive working in my app for backing up and restoring data files.
Question: What happens if the user, when they're prompted by OAuth2 to authenticate (login with their Google account and give my app permission to access their...
An app's activity uses Modules GoogleDrive.bas and GoogleOAuth2 to backup/restore SQLite.db. 100% working.
My aim is to make another activity sending Mail. Gmail service is added in Google console.
I'm in total confusion.
At each Activity_Create (at firsttime) oaut2.initialize(Me) it's own scope...
Hello all,
What I'd like to accomplish is to simply upload a file (zip) to a bucket that I've already created on Google Cloud Storage.
REST API URI is given as:
https://www.googleapis.com/upload/storage/v1/b/[BUCKET_NAME]/o?uploadType=media&name=[OBJECT_NAME]
I do understand that I need...
I'm trying to connect to Strava but am very confused about the oauth2 implementation. Has anyone any experience with this or any code they could share.
Thank you
Because now "It is no longer possible to use WebView to implement Google's OAuth2 authentication.", this means that the "libGoogleDrive" library can no longer be used to connect and work with Google Drive? https://www.b4x.com/android/forum/threads/work-with-google-drive.58805/
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.