Adobe PDF Extract API fails to generate access token for my scopes: invalid_target_scope
The code I am using to generate an access token can be found here.
It is written in Rust, but should be easy enough to follow for non-rustaceans here.
The problem is that Adobe isn't returning a standard response, and also they are returning an error "invalid_target_scope" with description: "None of the requested scopes are both on the client and the binding.".
I am planning on using the Adobe PDF extract API, but I am currently stuck.
NOTE: I am using the "openid, AdobeID and DCAPI" scopes only.
