Hi,
With the help of Klaus, I successfully used Erel's tuto (https://www.b4x.com/android/forum/threads/dropbox-sync-library.30112/) to synchronize my files in a DropBox folder.
In a new application that I am developing, I wanted to repeat this in a new Dropbox folder (same account, but different folder to store the files).
But it doesn't work.
When it reads:
manager.Initialize(key, secret, "manager")
There is an error message:
I don't understand why.
I checked carefully the parameters:
but it is very similar (except App Key & secret for sure) to what I did successfully with my previous application:
Then, I started a new application only with Erel's code (attached to this message), but it is still the same.
Do someone know why it is not working?
Thank you for your support.
Fab
With the help of Klaus, I successfully used Erel's tuto (https://www.b4x.com/android/forum/threads/dropbox-sync-library.30112/) to synchronize my files in a DropBox folder.
In a new application that I am developing, I wanted to repeat this in a new Dropbox folder (same account, but different folder to store the files).
But it doesn't work.
When it reads:
manager.Initialize(key, secret, "manager")
There is an error message:
![](/android/forum/proxy.php?image=http%3A%2F%2Fimg15.hostingpics.net%2Fpics%2F423342DropboxErrormessage.jpg&hash=87bb94f8bb417ef7c94fc73f507a81bc)
I don't understand why.
I checked carefully the parameters:
![](/android/forum/proxy.php?image=http%3A%2F%2Fimg15.hostingpics.net%2Fpics%2F424718DropBoxParametredelApp.jpg&hash=73674e98e2aadf1777e91aff566ee3a6)
but it is very similar (except App Key & secret for sure) to what I did successfully with my previous application:
![](/android/forum/proxy.php?image=http%3A%2F%2Fimg15.hostingpics.net%2Fpics%2F178865DropBoxMyApp.jpg&hash=6ea10b10c1041c61a7682c9d4b63db38)
![](/android/forum/proxy.php?image=http%3A%2F%2Fimg15.hostingpics.net%2Fpics%2F244307DropBoxAppworking2.jpg&hash=5c49259ae989f364b2a33f7398a2a71c)
Then, I started a new application only with Erel's code (attached to this message), but it is still the same.
Do someone know why it is not working?
Thank you for your support.
Fab