Hi there,
I'm using the Dropbox .net SDK version 6.24.0 for my winforms application.
I use this method to get the URL for login
DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Token, "client ID", "redirect URI").ToString();
After entering the username, password and clicking Login, I get this message on top of the page

but it let me in and do my usual stuff like browsing folders/files. So what could be causing this error?
Any helps/suggestions are welcome.
Thanks in advance
Jack