Skip to content

Need to keep the refresh_token #14

@andersoxie

Description

@andersoxie

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions