cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: reauthorizeClient

reauthorizeClient

YanivB
Helpful | Level 6

Hi,

i get access token in my ios app using dropbox api.
i want to reauthenticate in the same app on other device using these access token. 

How can it be done (in Swift code lang) ? 

all works in the first device i did the all 
OAuth process, but not working when I try to reauthorizeClient with the access token from the first device...

12 Replies 12

YanivB
Helpful | Level 6

Thanks!! now it all working also on the other device.

Last question ðŸ˜Š

As I passed in the 

DropboxAccessToken() 

the Refresh token also, is that means it will not expires ?

So no additional refresh logic needed?

Thanks again !

Здравко
Legendary | Level 20

Yes, refresh token doesn't expire automatic and you don't need any additional refresh logic (SDK has enough inside). 😉

Good luck.

YanivB
Helpful | Level 6

You are awesome !

Thanks the guidance.

Need more support?