Hi everyone. I try to create an app and the debugger (GNU gdb 7.8 for MinGW 4.9.2 32 bit) gives me one time the error 401 and two times the error 400.
401: Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user.
400: Bad input parameter. Error message should indicate which one and why.
https://www.dropbox.com/developers-v1/core/docs
Do you have any idea how to solve it? I really don't know how to authenticate a user. Maybe debugger can tell me more details?
I use the OAuth 1.0
Thanks in advance.