|
POST
|
So what you're saying Pete, When I have to reboot my ipad, either because of an iOS update or while the battery went flat (happens quite often), I can only make use of collector after going online to log in? That's bad. We use Ipad airs without phone card because we only need the gps function and phone coverage is bad in our vast terrain. Maps are synchronised using wifi when in the office. But if I understand correctly we should probably provide our fieldworkers with phonecards to save them a trip to the office after the battery went flat....
... View more
05-19-2016
04:25 AM
|
0
|
2
|
1998
|
|
DOC
|
This weekend I found out the script throws an error when the layer has no objects: This error disappears as soon as there is at least one object in the layer. I have added an extra try - except:
... View more
05-02-2016
12:03 AM
|
0
|
0
|
53726
|
|
POST
|
Have you re-saved the webmap after the last changes to the feature layers? We've had some issues with that. After resaving the webmap log out and back in in collector. Are all the layers read-only? I cannot get that to work either.
... View more
04-29-2016
04:47 AM
|
0
|
0
|
765
|
|
DOC
|
Hi Doug, Following advice from the helpdesk in the Netherlands (great people) we recreated all useraccounts. No underscores nor colons anymore. They might have done something else but that's unknown to me. Now I can connect and get a token using python without problem.
... View more
04-29-2016
02:56 AM
|
0
|
0
|
53726
|
|
POST
|
Thanks! This solved an issue here! the people who wrote this software should be ashamed! I'm glad their victims gather here for some comfort. (I may sound a bit grumpy but this has costed me a week worth of expensive engineer.)
... View more
04-20-2016
12:29 AM
|
3
|
0
|
3760
|
|
DOC
|
Ok, so my arcgis for home use works as expected but our company agol doesn't. I'm taking this to the helpdesk. Seems odd when I can connect using my home use details to connect and obtain a token but no token when trying to connect to kdhl.maps.arcgis.com We're only talking connection here, getting a token
... View more
04-19-2016
12:48 AM
|
0
|
0
|
53725
|
|
POST
|
Jake, thanks for that, i've set the parameters. I just succeeded in using my own username/password to obtain some info from a feature service on my own agol, that's defenitely a step. Now I'm playing around with the result. Still a lot of python to be learned...
... View more
04-13-2016
07:15 AM
|
0
|
3
|
1943
|
|
POST
|
When I use your toolbox in arcmap I can download a feature layer. When I try the script from a python IDE I can't. now the stack data reveils that url, username and password are set as expected, and I can see I do have a token but the error message is: URL is incorrect. Or, Service is secure, please enter username and password. I'm using the same URL, username and password as I'm using in the toolbox. I do not understand why the toolbox works but the python script does not. Is the token valid for the url I'm trying to reach? Or should the token be generated elsewhere?
... View more
04-13-2016
04:25 AM
|
0
|
5
|
1943
|
|
POST
|
a bit late perhaps but the misspelling is somewhat historical: https://en.wikipedia.org/wiki/HTTP_referer B
... View more
04-12-2016
10:24 PM
|
0
|
0
|
626
|
|
POST
|
Hi Jake, I've got that tool but I don't get it. I've already posted some additional questions in that thread. We are at the end of our working day here in the Netherlands but I'll have a fresh attempt tomorrow morning 🙂 Bert
... View more
04-12-2016
07:00 AM
|
0
|
0
|
1943
|
|
POST
|
We use arcmap 10.3 and arcgis online. I want to be able to download/backup or upgrade hosted feature layers using python in order to automate our processes. The last couple of days have been an education ... unfortunately thus far I didn't graduate I understand now that I have to authenticate in order to get a token and use that token to get access to the feature layer, can anybody confirm this is correct? There seem to be several ways to do this? First, the good news: What Works At The Moment: I cán use a client_id/client_secret I got after registering at developers.arcgis.com to access a hosted feature layer that is shared with everybody: (code from developers.arcgis.com, sorry didn't find a code tag) the response is first the token and second a lot of data: When I try the same with a hosted feature layer that is only shared with a group local to my agol I get a neat response as well: As expected this id/secret does not have permissions to that feature layer. So far, so good! Now, my problem is how to use one of my 'local' arcgis online users to get access. For instance I have a user b.jansen_kdhl which only exists in kdhl.maps.arcgis.com. I want this user to be able to start a python script which updates a feature layer I've hosted on my arcgis online. The user as such has appropriate permissions. How can I achieve to get a valid token for such a local agol user? Is there a specific tokenserver to use? Is the tokenserver/url a part of my own agol? Or am I barking up the wrong tree here? Thanks for reading, thanks in advance for your replies. regards, Bert
... View more
04-12-2016
04:51 AM
|
0
|
8
|
4664
|
|
DOC
|
Success! So something must be wrong in my credentials ... Thanks and I'll investigate from here In the mean time I was pointed to: https://ago-assistant.esri.com/ which also privides a lot of information.
... View more
04-11-2016
07:27 AM
|
1
|
0
|
53725
|
|
DOC
|
Sorry, same as before with the /0 added Whatever I seem to do I can't get past this error message. Thanks for your reaction though, it's much appreciated. regards, Bert
... View more
04-11-2016
03:33 AM
|
0
|
0
|
53725
|
|
DOC
|
Hello Jake, You are right, the screendump was one of many attempts but changing that doesn't make any difference: I tried this on my locally installed arcgis for desktop 10.2.2 and on a 10.3.1 on a citrix virtual desktop but I can see no difference. I would be happy to write my own python scripts but same issue, I just can't seem to get a connection to my hosted features... Can someone point me to a step-by-step or tutorial about scripted/automated management of agol? That in the end is our goal here. In the mean time i've found this: http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/The_ArcGIS_REST_API/02r300000054000000/ but it's unclear to me what I need to do. kind regards, have a nice day. Bert
... View more
04-06-2016
11:08 PM
|
0
|
0
|
53725
|
|
DOC
|
What should I fill in at Service URL? I tried the rest url of my hosted feature layer but after much trying I can't seem to contact my agol I can't get past this: I'm sure the username and password are ok as I use the same to log in to agol. I tried and tried using the script as a starting point for my own python scripts and also tried to use example scripts from the arc rest package from github but I could not get any result ... any help would be appreciated, after two days i'm out of idea's
... View more
04-06-2016
06:28 AM
|
0
|
0
|
53725
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-09-2025 05:56 AM | |
| 1 | 10-08-2025 03:45 AM | |
| 1 | 10-01-2025 06:55 AM | |
| 1 | 07-01-2025 05:46 AM | |
| 1 | 06-02-2025 05:19 AM |