I am using the node library of aodbe pdf service (@adobe/pdfservices-node-sdk": "^3.3.0).
Earlier I was using Service account credentials to generate the pdf and it was working fine till few days back; but all of sudden it stopped working. I have checked the credentials/api quota and all looks fine.
I can see that they want to migrate us to server to server using Auth0; but seems like this library doesn't have any method/functions to accept credentials (without private key).
All their sample codes/documentation mentions using "PDFServicesSdk.Credentials.serviceAccountCredentialsBuilder()", but this was for older (deprecated) credentials; can't see any new method that can be called for server to server auth0 credentials?
Is any one facing the same issue?
Thanks, Kushal
All credentials and quota limit are fine.