The ArcGIS API for Python states that an item has access to a shared_with property. However, I am not able to access it. Anybody else run into this issue? Here is the URL in the documentation: https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.shared_with
I need to find out what groups an item is shared with.
For reference, I'm using the 1.3.0 library... so maybe I just need to update to the latest 1.5.0.
Solved! Go to Solution.
Updating to 1.5.0 did the trick. Sorry to answer my own question
Updating to 1.5.0 did the trick. Sorry to answer my own question