Forum Discussion
When you look at the refresh token value in the OAuth2 account, is it blank, do you see -1, or do you see a random string? Ultimately, the auto-refresh behavior comes down to the target API - some provide a refresh token by default, some do not, and some require a special scope or parameter to indicate that that a refresh token should be provided. For Google APIs, it looks like an auth query parameter of access_type=offline would be the one thing to test.
Thanks for the reply @rsramkoski
Following is the screenshot of Google Account. I already configured access_type as offline.
When I manually refresh the token or when I authorize the account, the pipeline is running for couple of mins before it endup in access token error.
- tochen_snap7 years agoNew Contributor II
@Vladimir, i want to upload a file into a blob container with REST snap and SAS (SharedAccessSignature). How to do it? There is no such example in Snaplogic document. Thanks.
Related Content
- 3 years ago
- 4 years ago