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
When we have got a body and extract the new token it does not include a refresh_token. The refresh_token we had need to be added before we store the new data to the file. I did this in my implementation;
if attached a_token.refresh_token as l_token then
l_access_token.set_refresh_token (l_token)
end
I need to do some more testing but then I will commit it and push it to github in my clone with other changes.
The text was updated successfully, but these errors were encountered:
EGSuite/sheets/test/application_flow.e
Line 143 in 1c82a5f
When we have got a body and extract the new token it does not include a refresh_token. The refresh_token we had need to be added before we store the new data to the file. I did this in my implementation;
I need to do some more testing but then I will commit it and push it to github in my clone with other changes.
The text was updated successfully, but these errors were encountered: