{
"_links": {
"self": {
"href": "https://image.adobe.io/pie/psdService/status/b6b387d1-3368-447d-9fb6-5ee3c5539183"
}
}
}
The problem is when I paste this into another browser window I keep getting:
{"error_code":"401013","message":"Oauth token is not valid"} In my photoshop developer console I see the quota used is also registering the calls made.
If my the api call is being made and the response (200) is working as above why do I continue to
get "Oauth token is not valid"?
I'm using OAuth server-to-server
The endpoint POST Im calling is the Execute Photoshop Actions.
Any help would be greatly appreciated!