Replies: 4 comments 6 replies
-
Hey @NendosColl, thank you for reaching out. We are not aware of any major issues with our V2 API. Our nightly regression tests pass for all currently available endpoints. WRT to the specific issue you are facing, the error response you are seeing is most likely correct. I.e. the access token issued to the API Explorer has probably expired. The API Explorer doesn't refresh access tokens on your behalf, but it currently requires you to re-authorize access to your resources when the access token expires. To do this, follow these steps:
We acknowledge that this process is a bit tedious, and can probably be streamlined a bit, something we will look into down the road. |
Beta Was this translation helpful? Give feedback.
-
I really appreciate your help, but that wasn't the culprit. |
Beta Was this translation helpful? Give feedback.
-
Glad to hear you got it working. Just another comment, I can see you have no redirect URIs configured for your app. Redirect URI is mandatory in order for you to be able to use authorization code flow in your client. Please read through the authorization documentation to learn more. |
Beta Was this translation helpful? Give feedback.
-
I have a strong suspicion that there is no option in the API v2 to use its authorization flow from a Windows desktop app. |
Beta Was this translation helpful? Give feedback.
-
API doesn't work even in the Tidal's web UI (please see the included screenshot bellow).
In my app I'm able to get Access Token from https://auth.tidal.com/v1/oauth2/token, but that's all we can do, everything else isn't working because there's an authentication/authorization problem on the Tidal's side.
Beta Was this translation helpful? Give feedback.
All reactions