OAuth PDF services API sdk
I've been utilizing JWT credentials with the SDK to make API calls successfully up until now. Here's the .NET code snippet I've been using:
var executionContext = ExecutionContext.Create(this.credentials);
FileRef destination = fileRefOperation.Execute(executionContext);
However, a few days ago, I started encountering an error message: "{"Access Forbidden; transactionId=xxx"}" whenever I attempt to execute the API calls.
This type of credentials should not be deprecated until January of 2025.
Anyway, To troubleshoot the issue, I attempted to migrate to OAuth credentials but I could not found the .net documentation updated for the oauth token. All of them are working with the old jwt authentication
Trying to use the same sdk I encountered another error: "The client must have the exchange_jwt scope pedfservicesdk.".
I also can acces the Oauth token but the sdk does not provide something to use it.