Descartex Well-Known Member Licensed User Longtime User Apr 26, 2017 #1 Hi everyone. I was trying to make this work on B4i but I've failed. https://www.b4x.com/android/forum/threads/dropbox-api-v2-all-http-all-using-httputils2.56842/ Is there any way to work with Dropbox from iOS???? I really need this for the iOS version of the app i've finished on Android. Thanks in advance.
Hi everyone. I was trying to make this work on B4i but I've failed. https://www.b4x.com/android/forum/threads/dropbox-api-v2-all-http-all-using-httputils2.56842/ Is there any way to work with Dropbox from iOS???? I really need this for the iOS version of the app i've finished on Android. Thanks in advance.
Descartex Well-Known Member Licensed User Longtime User Apr 29, 2017 #2 Is there no way to do it? Is there no way to work with DropBox from B4i? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #3 If they support rest API then I don't see any reason why you can't use iHttpUtils2 to access it. What do you need to do with Dropbox? Maybe it is possible with: https://www.b4x.com/android/forum/t...pp-with-activityviewcontroller.73159/#content Upvote 0
If they support rest API then I don't see any reason why you can't use iHttpUtils2 to access it. What do you need to do with Dropbox? Maybe it is possible with: https://www.b4x.com/android/forum/t...pp-with-activityviewcontroller.73159/#content
Descartex Well-Known Member Licensed User Longtime User Apr 30, 2017 #4 I just need to store at Dropbox a backup file i create on Zip. Also I need to download it in case the user want to restore. Upvote 0
I just need to store at Dropbox a backup file i create on Zip. Also I need to download it in case the user want to restore.
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2017 #5 I was mistaken about ActivityViewController. You can use DocumentInteraction to send a file to DropBox: https://www.b4x.com/android/forum/threads/open-local-files-with-external-apps.51941/#content You can probably use this solution: https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/#content to open your app from inside Dropbox app. Upvote 0
I was mistaken about ActivityViewController. You can use DocumentInteraction to send a file to DropBox: https://www.b4x.com/android/forum/threads/open-local-files-with-external-apps.51941/#content You can probably use this solution: https://www.b4x.com/android/forum/threads/open-external-files-with-your-app.50525/#content to open your app from inside Dropbox app.