문제

As far as I can tell, the access_token received from Dropbox API doesn't expire. I want to build an application based on this service. Is there a way to check if the access token has expired?

도움이 되었습니까?

해결책

You can just call an API method to check. E.g. /account/info.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top