Hi,
Last couple of days I have been testing compilation of B4A programs through Google Drive Filestream. Although it is a little bit slower it has a lot of advantages to do this:
- your OpenJDK resides on Google Drive;
- your Android SDK resides on Google Drive;
- your B4A programs and...
Hello
someone has an example to use google drive and backup copies.
Threads that I have visited
https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/#content
https://www.b4x.com/android/forum/threads/any-new-google-drive-backup-restore-sample-for-b4a.80067/
I do not...
I have tried many different ways to accomplish this however to no avail. here is my code.
Dim runit As Shell
Private switches As List
switches.Initialize
switches.Add("/user:johns")
switches.Add("password")
runit.Initialize("net use J:",$"\\example\windows\share"$,switches)
runit.RunSynchronous(-1)
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.