Skip to main content
Question

Which permissions does an application key need in order to access the objects in Studio (Views, analyses, etc.)?

  • July 14, 2022
  • 2 replies
  • 8 views

irfan.suria12
Level 8
Forum|alt.badge.img+3

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

2 replies

shakthi.shana11
Level 1
Forum|alt.badge.img+6

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