You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sridharAJ opened this issue
Feb 8, 2014
· 4 comments
Assignees
Labels
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
the above error is comes when the automatic refresh the access_token option is enable.
when the time of making request one more time the problem is occurs....
so if the access_token is not expired the its working fine...
Just released 1.0.3 which addresses this issue. The access token will be refreshed prior to initial request if has expired or is missing and you have a refresh token set. If the request fails due to a missing, invalid, or revoked access token, we will no longer attempt to refresh and re-attempt the request, which is why you're seeing this issue.
🚨This issue needs some love.triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.
i am using drive version2 to insert a new file to google-drive.
To insert a new file to a google drive using client.files.insert() function
i am getting the following error:
what is problem 20days back the above code is worked for me.but now its not.
is there any update happened in gopogleapis module or requestjs?
The text was updated successfully, but these errors were encountered: