Expand my Community achievements bar.

SOLVED

Asset Compute /register returns error 403025 ("Profile is not valid")

Avatar

Level 4

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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