My question:
in my collection Postman I’m using the spotify web dev api to archive a playlist. The two requests that I have succeed when I perform the steps manually, but when I attempt to create scheduled runs or a monitor of the collection I get 401s.
My question is how I’m supposed to use the auto-refresh auth credentials of the collection since it seems like the setup I’m using fails. Naturally I’ve removed all the actual values for client-id and such, so mainly I’d love for an expert to inspect the way that I have the postman requests configured to tell me if I’m missing something.
Details (like screenshots):
Here’s my scheduled runs with one of the fails highlighted, the two following successes are after I manually re-authenticated and the token was refreshed for the next 2 hours or so.
Thanks so much for helping me understand this is partially an issue of a feature that hasn’t gone through. I’ll certainly speak up on that issue tracker.
Ok I’ll look at that example and see if it makes my purposes possible. Thanks so much, I’ll write back with other issues.
I’m using the Spotify API in Postman to archive a playlist, but I get 401 errors when scheduling runs or monitoring. How can I set up auto-refresh for the authentication credentials? Any help with my setup would be appreciated.