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