Forum Discussion

Andrei_Y's avatar
Andrei_Y
New Contributor III
9 months ago
Solved

How to dynamically update an account?

I'm going to update the existing account which contains a short-lived access token and then the account is used in HTTP client snaps. But it doesn't work, looks the account is loaded once for all pip...
  • Andrei_Y's avatar
    Andrei_Y
    9 months ago

    Thanks for suggesting. The HTTP client doesn't support any Dynamic Accounts. I guess REST Dynamic OAuth2 Account will work for the snap REST Post.

    I already found a solution using the account OAuth2 Account which refreshes the access token automatically but that was tricky because I only have client id, client secret and refresh token and so I was not able to authorize and also the field Refresh token is not editable in the account. But I finally updated the field one time using the SnapLogic Update snap.