Skip to main content
Question

Status 403 while transforming academy provided data

  • June 8, 2026
  • 1 reply
  • 5 views

Hi,

 

I created the asset Dutta2026 in order to transform the academy data but I receive the following error “[ASSETS] Request with id a8ff7523-7c66-9300-82e5-37961456d56d to https://api.cognitedata.com/api/v1/projects/cdf-fundamentals/assets failed with status 403: Resource not found. This may also be due to insufficient access rights.”

Can somebody please help with what’s the issue and how to resolve it?

 

Regards,

Sushmita

1 reply

Michael Bennett
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+3
  • Expert ⭐️⭐️⭐️⭐️
  • June 8, 2026

Hi Sushmita,

 

Thanks for reaching out to the Academy team. The 403 error you’re receiving means that you’re forbidden from writing to an object. The Resource not found is 99% of the time a red herring. In all likelihood, one of the parameters in your transformation is missing or incorrect.  Or, if you’re configuring your transformation yaml file in toolkit, you are either missing a parameter or there is an incorrect value. Double check your .env and config yaml file to make sure you’re passing the correct authentication parameters.parameters.

authentication:
clientId: {{ icapi_extractors_client_id }}
clientSecret: {{ icapi_extractors_client_secret }}
tokenUri: {{ tokenUri }}
cdfProjectName: {{ cdfProjectName }}
scopes: {{ scopes }}

Here’s a link that shows that the parameters need to be configured. 

 

Regards,

 

Michael Bennett

Academy Engineer