Esri / ArcREST

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

Fixed issue where multipart add item calls would fail #119

Closed adepottey closed 8 years ago

adepottey commented 8 years ago

I was experiencing errors when adding an item using the multipart add. It looked like calling status() with a jobId parameter after committing the job would result in a failure and the correct item id would not be returned. I removed the jobId parameter from the status call and the addItem method returned as expected.

achapkowski commented 8 years ago

Thank you!