Skip to main content

Hi, I am on Data Scientist Learn training. I´m getting the 404 Not Found error whenever I try to make a GET request for publicdata project. 

That´s the URL I´m trying to use

{{baseurl}}/api/v1/projects/{{project}}/assets

 I also replaced {{project}} with ‘publicdata’ with same result.

@Renata Mayumi Yamane can you please share the baseurl that you are using? Also try again using the below URL

{{baseUrl}}/api/v1/projects/{{project}}/assets

 


Hi ​@Mithila Jayalath , that´s the baseurl that I´m using right now.

Can you tell me if that´s the right one?
https://{{cluster}}.cognitedata.com/api/v1/projects/{{project}}


https://{{cluster}}.cognitedata.com/api/v1/projects/{{project}}

@Renata Mayumi Yamane Yes, it is correct. the value of the cluster should be api . The API endpoint should look like this,

{{baseUrl}}/assets

Check and let me know whether it works for you.


Now I got this message instead =/


Looks like the access token is expired. Please create a new token and try again.


Reply