Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

'User' object has no attribute 'groups' #141

Closed gg7aph closed 8 years ago

gg7aph commented 8 years ago

I am using the latest ArcREST-master and have ran into the below issues when using the "remove_all_content_groups_allusers.py" sample:

'User' object has no attribute 'groups'

achapkowski commented 8 years ago

The sample was written for v3.0.1 not the current master branch of 3.5.0.

3.0.1 can be found here: https://github.com/Esri/ArcREST/releases/tag/v3.0.1

Also please feel free to upgrade the samples!