-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
EGSuite/sheets/test/application_flow.e
Line 143 in 1c82a5f
if attached {OAUTH_TOKEN} google.access_token_extractor.extract (l_body) as l_access_token then |
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.
Metadata
Metadata
Assignees
Labels
No labels