Skip to main content

I have given my App Key the following permissions:

  • Space permissions: Use all packages
  • Package permissions: Use package
  • Analysis permissions: Use
  • Data Pool permissions (of the analysis): Use all data models

 

celonis.spaces.find("Space123") works nicely, but then space.pockages will return an empty list. Consequently, space.packages.find("Analysis123") would not work.

 

Which permissions do I miss?

 

Cheers

Hi,

For studio we can this function, give all permission in studio.

 package = celonis.packages.find("NAME")

package.publish(version="0.0.0") 

package


Hi Irfan,

Could you please also try to add the Edit Package Permission to Package Permissions and see if it works?

Thanks


Reply