Open nooshbox opened 10 years ago
The code did not check that the access token was valid while uploading a file to box. This patch refreshes the token and then uploads the file.
Here is what I believe to be a more correct solution. Commit c8dbe48704025305d397fb01b762a8fc30bc5688
The code did not check that the access token was valid while uploading a file to box. This patch refreshes the token and then uploads the file.