Michael Miller

Results 121 comments of Michael Miller

Do you use a web adapter on prod? Maybe a firewall is blocking 6080? Can you try port 80?

You can use run the script inside ArcMap so it can use the login token from that. It cannot be used as a stand alone script

You can see in this example where the script is digesting ArcMaps token. https://github.com/Esri/ArcREST/blob/master/tools/src/append_fc_to_fs.py#L108

Yes, just you need to run it in ArcMap. That line gets the token from ArcMap.

What version of Python are you using? Sent from my Verizon Wireless 4G LTE DROID

Can you post your code so I can repo?

try this: ``` import uuid import os import time import arcrest import arcresthelper itemID = "" username = "" pw = "" url = "" filePath = r"" exportDataAs =...

great, it is working. export creates an item

you should be able to download it from the resulting item/ If you want to get the data without creating an item, you could look at the createReplica sample

try this one? https://github.com/Esri/ArcREST/blob/master/samples/create_replica_portal_item.py