Managing Expiring Access Tokens [help] #1343
-
Help
DescriptionI have a targets workflow that begins with an API access token. The token expires every two hours so I can do something like:
The problem, however, is that the access token is only required in the next few targets, several API calls. But now every two hours everything else downstream becomes outdated. How can I configure the targets so that the API calls are (1) still dependent on the access token; but (2) don't need to rerun every two hours? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You might consider a different way to mange the access token than to put it in a target. It's a bit of an odd fit because an update to the access token does not necessarily mean the data behind the API has changed. |
Beta Was this translation helpful? Give feedback.
You might consider a different way to mange the access token than to put it in a target. It's a bit of an odd fit because an update to the access token does not necessarily mean the data behind the API has changed.