Hi, could you please help me with the following?
I created and App Builder project and added Asset Compute API to it with OAuth Server-to-Server credentials.
When I try to call https://asset-compute.adobe.io/register , I get the following:
{"error_code":"403025", "message":"Profile is not valid"}
I specify the following headers in the service:
- x-gw-ims-org-id - IMS ID of my organization (36D...01@AdobeOrg)
- x-api-key - the API key from the credentials
- Authorization - the bearer token generated from the credentials
I also tried it with the GWT token and got the same result.
I have "Developer" profile in the console.
Can anyone suggest how to overcome this error?