Hi,
I would like to be able to get the the following accomplished using API. Any suggestions appreciated
1. Get access_token first time
2. Get refresh_token first time
3. Use both to fetch metadata on files and folders
4. Refresh information on nightly basis
5. Get new access_token if expired
6. Get new refresh_token if expired
Steps 1,2,3 are not a problem the first go around but the access_token expires in 60 minutes. How do I get new access_token and refresh_token without having the user intervention?
