I am having problems with my iOS app using Dropbox. It worked with the Dropbox Core API perfectly fine, downloading the file without any problems, but now it will show me error 401. I have seen everywhere that all I need is re-authentication. Sorry if this question sounds silly, but what is meant by re-authentication here and how to do it?
You will probably need to re-enter Dropbox.
To re-authenticate, first disconnect the session using the code below.
[[DBSession sharedSession] unlinkAll];
hope this works for you @Oscar.
Source: https://habr.com/ru/post/1538028/More articles:Install SDK for Sharepoint Phone for Visual Studio 2013 Professional - visual-studio-2013Can a Windows GUI program written in Lazarus create a console and write it at run time? - freepascalError in System.Windows.Control.RichTextBox - c #window.open () is blocked by the browser when called with a promise - javascriptUnit test code that interacts with the database without creating data in the database - c #Is it a good practice to end method names using the old asynchronous template with "Async"? - c #iOS Dropbox SDK - unable to download or retrieve metadata - authenticationHandle ajax errors with struts2-jquery-plugin - jqueryIndexOutOfBoundsException when added to ArrayList by index - javamake python @property handle + =, - = etc - pythonAll Articles