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