Why is object%20PointerEvent missing from my request? #101
-
|
In a first-day experiment as a newbie to ArcGIS Assistant, I get stuck immediately. So far I was able to:
I get: "Error Downloading - failed to fetch". It doesn't matter if I tick one or several items in the resources list. No further information is provided. A search in the discussions here on GitHub gave two results. From one I took the hint to try the development tools of the browser, to see what's going on under water. It turns out the following request is made: https://www.arcgis.com/sharing/rest/content/items/[object%20PointerEvent]/resources/export Now, I am not an expert, but I think the part [object%20PointerEvent] should have been replaced by something more meaningful. But why isn't it? Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It must have been a hickup, because today I tried again and it seems to work (I think I picked a different item). The parameter in the URL that was missing, is now filled with the item-ID: https://www.arcgis.com/sharing/rest/content/items/ e507d7cacd7248e1b3aed93f4034fb32 /resources/export |
Beta Was this translation helpful? Give feedback.
It must have been a hickup, because today I tried again and it seems to work (I think I picked a different item). The parameter in the URL that was missing, is now filled with the item-ID:
https://www.arcgis.com/sharing/rest/content/items/ e507d7cacd7248e1b3aed93f4034fb32 /resources/export