Skip to main content
Answer

403 error: "Resource not found. This may also be due to insufficient access rights." (During DS Basics Python SDK course)

  • September 25, 2023
  • 1 reply
  • 81 views

Forum|alt.badge.img+2

I’m trying to do the hands-on tasks listed in the README.md file provided in this course.

 

Was able to create a data-set, but could not make an asset (my data set is stored in variable “ds”).

 

The command I’m executing:

Here’s a screenshot of the error I’m getting:

 

Also, I executed the iam token command:

(there’s much more text outputted than what’s showing in this screenshot)

 

Does anyone know what could be wrong here?

 

 

Best answer by mtnholt

Looks like my problem resolved after I changed “write_protected” on my data set from True to False.

The task said “Make sure that the data set is write-protected”, so that’s a bit odd.

1 reply

Forum|alt.badge.img+2
  • Author
  • Seasoned
  • Answer
  • September 25, 2023

Looks like my problem resolved after I changed “write_protected” on my data set from True to False.

The task said “Make sure that the data set is write-protected”, so that’s a bit odd.