Reputation: 430
As I am new to BOX.NET. I don’t have any idea about box app. How it is used and purpose of it.
I have a simple requirement I have some clients who are using my web service. I want to integrate my website with box.net as my client are using box.net.
I want to download the files form the client account and parse these files at my end and upload it in their account without any user interference.
For development purpose how to proceed to achieve this task.
What i have done till now now 1. created a developer account in BOX.net 2. created a test app as shown in video(http://developers.blog.box.com/2013/05/17/get-box-access-tokens-in-2-quick-steps/) 3.I am able to create a file in box.net
Where i am stuck
Please Help
Upvotes: 0
Views: 274
Reputation: 8025
Refresh tokens are single use. When you call the /token endpoint during the refresh operation, you will receive a new access and refresh token pair. You will need to use this new refresh token for subsequent refresh operations.
Upvotes: 2