iOS Question Cloud services for b4i

mtechteam

Member
Licensed User
Longtime User
What options are there for a b4i application to share files between the same app on different devices. On Android I am using Google Drive api. Is there anything using Google Drive, Drop Box, or something else that I could use?
 

mtechteam

Member
Licensed User
Longtime User
OK, I am sure this is very entry level, but we have something working on b4A to copy a sqllite database to/from GoogleDrive. For iOS, is there an example of something using the REST API? Where do I find the library for REST in order to download (I assume I need something besides code)?
 
Upvote 0

mtechteam

Member
Licensed User
Longtime User
We have done away with a couple libraries of our own and used iHttpUtils2. We have converted any B4A specific code to B4i. We seem to be missing something yet, like a B4i version of the libGoogleDrive. As I asked before, is there an example or tutorial for connecting to Google Drive? Thanks.
 
Upvote 0

mtechteam

Member
Licensed User
Longtime User
We use:
Httputils library
LibGoogleDrive class (we find in a thread here)

I'll try to post our project here when i get to the office this morning.

Tim
 
Upvote 0
Top