Hi there,
When running my Android app I now get the error message that v1 is depricated when executing getFileStream.
Error: "DropboxServerException (nginx): 400 Bad Request (v1_retired)"
Unfortunetely I can not get my head around a possible migration or fix.
I do not seem to use any of the things mentioned in the migration guide.
The examples all use completely different ways to implement the authentication procedure.
Do I have to install a new SDK?
Do I have to change the way I authenticate?
Or do I have to change the call to the API.
The authentication seems ok, as I get a DropboxApi object.
Any help is appreciated.