Hi,
Currently I'm using OAuth 2.0 flow to generate refresh token and access token . The access token what I'm getting in the response starts with "sl". So is this access token will have expiration time? And can I use this access token to fetch huge collection of files from DropBox , which may take around 7-8 hours to get all the files? or do I need to use refresh token to regenerate ?
Regards,
OTKY.