401 Auth Error after 24 hours or so

I am trying to work with frame.io and make.com. I think I have everything covered.

  1. frame.io account is v4
  2. Frame.io and adobe connected successfully
  3. I use different end points like GET Account, Workspace and Project from Frame.io
  4. I added all required tokens: offline_access, email, profile, additional_info.roles, openid

All in all everything is awesome!

Issue: authentication expires after 24 hours

What am I missing here?

Hi @IvyM21 Auth tokens are only good for 24h so this is likely that you are missing the refresh token logic here to continue staying logged in. Can you confirm you have entered in https://ims-na1.adobelogin.com/ims/token/v3 as your token uri in the initial connection part?