Adobe is deprecating the Service Account (JWT) credentials in favor of the OAuth Server-to-Server credentials
Curranty we are using JWT credentials in our project to extract content from pdf to xlsx. Its working as expected.
However we now got a new OAuth credentials to migrate from jwt to OAuth. But its not working as previous functionality, Because in jwt credentials when i given a 50 page of pdf to extract it will give result of single xlsx with all details. But in OAuth credentials if i given only single page of pdf also its result as multiple xlsx. Not able to extract single xlsx like previous,
I don't know iam i doing anything wrong, I did all properly and got a response properly. But the response is not like jwt, Any one please help on this?
Iam using dotnet and postman also i got same response.
The code which i used is attached. I used valid client id and client secret.
