B4A Library Dropbox SDK V2 - Java - DonManfred    Mar 4, 2025   (33 reactions) 51210
This is a wrap for the Dropbox JAVA SDK for Android.
It is a request for the community too... of connected Tutorials:
- Dropbox SDK V2 - Authentification
- Dropbox SDK V2 - Uploading big files to Dropbox... B4A Code Snippet DropBox Storage Class - Robert Valentino    Oct 5, 2025   (10 reactions) a complete test program (minus your dropbox info)
Be well. Hope this works for everyone.
Again sorry... B4A Class Dropbox API V2. All HTTP! All using httputils2 - DonManfred    Aug 20, 2017   (21 reactions) . But if you need to get Access to a Users Dropbox then you can´t use this lib anymore. I suggest to.... ----------------------------------------------------------------------------- As you can read here Dropbox has decided to deprecate the Sync and Datastore APIs over the next 12 months. Drobox has now released an new preview site for the new V2 API Dropbox released... is about the HTTP version of the new Dropbox V2 api. See the documentation here: https://www.dropbox.com/developers-preview/documentation/http#documentation The attached... B4A Question Dropbox is Deprecating Sync API - Mahares    May 6, 2015   (2 reactions) I have received an email from Dropbox team stating that they are deprecating Sync API. Here is the link to the news: https://blogs.dropbox.com/developers/2015/04/deprecating-the-sync-and-datastore-apis/#disqus_thread Can anybody who masters Dropbox explain exactly what that means to some of us who developed B4A applications using the Sync API: 1. if our current applications will eventually cease to work in time. 2. Will we still be able to continue developing for Dropbox or we need to start... Share My Creation Kotak Server (Dropbox Clone) - aeric    Jan 21, 2026   (9 reactions) 169463
Updates:
version 0.20
1. Sync API
2. Upload API... Share My Creation Kotak Client (Dropbox Clone) - aeric    Jan 21, 2026   (6 reactions) 169462
Updates:
version 0.20
1. "Preserve" file's last modified by using Java Object
... B4A Question Dropbox Example - Robert Valentino    Jul 21, 2025 Does anyone have a Dropbox example (that works) that they are will to share. Tried the example DropBoxV2 and just cannot get it to work. Just a basic example please Thanks BobVal... B4i Tutorial DropboxSync Tutorial - Erel    Dec 30, 2016   (3 reactions) Dropbox has dropped support for this API. It doesn't work anymore. The iDropboxSync library allows you to use Dropbox Sync service to manage an app specific folder inside the user Dropbox account. It is similar to B4A DropboxSync library: http://www.b4x.com/android/forum/threads/dropbox-sync... they will be asked to grant access to your app. If Dropbox app is installed then the user only needs... with Dropbox that has access to a unique folder: https://www.dropbox.com/developers/apps You need to get... B4A Tutorial Android Dropbox / OAuth Tutorial - Erel    Oct 22, 2014   (1 reaction) This tutorial is based on an old version of Dropbox API. For new projects it is recommended to use the Dropbox Sync library: http://www.b4x.com/android/forum/threads/30112 Dropbox is a service that allows you to share and synchronize files. Dropbox offers an API which can be used to integrate Dropbox services in your own applications. The API is described here. OAuth standard allows users to... in a manageable way. This example project allows the user to browse their online Dropbox files... B4A Library Dropbox Chooser - stevel05    Mar 11, 2022   (9 reactions) As Dropbox sync is apparently deprecated, I though I would have a go at wrapping the Android Native version of The Dropbox chooser, and here it is. It's simple enough to use, you first need to register an app with dropbox and get an app key from here: https://www.dropbox.com/developers.... Required Files: The three attached files are: DropboxChooserSource.zip - contains the source for the DropboxChooserWrapper (in B4a) and an example of it's use. DropboxChooserExample.zip - contains... Page: 1   2   3   4   5   6   |