I am trying to generate an access token using a refresh token. I have inputted the correct client_id and client_secret values but when I try de-bugging my process, I keep getting the “Error: invalid_client”
I have set the scope for client_id and client_secret to global since I am using the same to generate a refresh code.
I’m using UiPath studio instead of postman/orchestrator since I am a student and this is our project