i wrongly deleted Google refresh token for Google Drive API from Database.
i have only google token now
is there chance to get refresh token again ?
Thanks
i wrongly deleted Google refresh token for Google Drive API from Database.
i have only google token now
is there chance to get refresh token again ?
Thanks
As per this documentation page, access tokens can be retrieved from refresh tokens, but not the other way round.
This previous question further explains how to obtain refresh tokens. Once it is lost, you have to go through these steps again.
Hope this helps.
You can manually get a refresh token from the OAuth Playground. If you are needing a refresh token for a Service Account as I was, make sure you