Esri / ArcREST

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

attribute not implemented in Portal class? #325

Closed lccspatial closed 7 years ago

lccspatial commented 7 years ago

Hi,

I'm running loop_users_items for agol from Master.

username = "myusername"#Username
password = "mypassword"#password
proxy_port = myworkingproxyPort
proxy_url = "myworkingproxyurl"

agolSH = AGOLTokenSecurityHandler(username=username,
                                  password=password)

admin = arcrest.manageorg.Administration(securityHandler=agolSH) 

on the above line it returns "attribute not implemented in Portal class"

I'm using the same username, password, proxy_port, and proxy_url in the delete_add_rows_from_service master script just fine.

MikeMillerGIS commented 7 years ago

Just a warning as there is an attribute in that class not modeled in ArcRest. Just ignore it.

Sent from my Verizon Wireless 4G LTE DROID