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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Dmyrto,
Asset Compute is designed to be invoked only from AEM as a Cloud Service.
You can write custom asset applications (or custom workers) to address custom use cases. Asset Compute will invoke those custom workers through an AEM as a Cloud Service processing profile configuration.
For more information, you can find our documentation at https://experienceleague.adobe.com/docs/asset-compute/using/introduction.html?lang=en
Best regards,
Bob
Views
Replies
Total Likes
Hi Dmyrto,
Asset Compute is designed to be invoked only from AEM as a Cloud Service.
You can write custom asset applications (or custom workers) to address custom use cases. Asset Compute will invoke those custom workers through an AEM as a Cloud Service processing profile configuration.
For more information, you can find our documentation at https://experienceleague.adobe.com/docs/asset-compute/using/introduction.html?lang=en
Best regards,
Bob
Views
Replies
Total Likes