
How to access layer using feature service URL/path
Sep 27, 2023 · Hey there, I am trying to access a feature layer within my portal using the layers path. I have been accessing the data within visual studio code using the feature
Solved: Login into Portal with Token - Esri Community
Dec 10, 2024 · "referer": gen_token_url, # URL of the referring application (usually your portal) "expiration": 60 # Token expiration time in minutes (default: 60) } # get a token using python's …
MissingSchema: Invalid URL ' ': No schema supplied - Esri Community
Apr 13, 2020 · Solved: Using Python 3.6.9, I'm making requests with Requests by calling URLs from a text file. I put five of them here, for example. The URLs are all valid.
Solved: Item URL Properties - Esri Community
Sep 1, 2021 · to get the URL address of a feature/map layer in ArcGIS Enterprise I am using this code and it returns what I need. (Rest endpoint URLs of the service) I am wondering why item.url …
Solved: How to check for valid urls of layers in a webmap ... - Esri ...
Jan 3, 2025 · How to check for valid urls of layers in a webmap at ArcGIS Python api version 2.4
Create a new Hosted Feature Service in ArcGIS Online and add a …
Feb 15, 2025 · Introduction The ArcGIS API for Python is a powerful Python library that allows users to interact with and automate tasks in ArcGIS Online (or Portal). The API is excellent for …
Get all maps that contain a feature layer - Python API
Oct 7, 2020 · Is it possible to find all of the maps that contain any one feature layer in ArcGIS Online using the Python API? For example, if there is a feature layer using frequently across the …
Cannot open URL of hosted feature layer - Esri Community
Feb 15, 2023 · Personal opinion: if you're working with hosted layers, you're better of using the ArcGIS Python API entirely instead of including ArcPy. #search for the feature layer
Adding WFS to webmap using Python API - Esri Community
Sep 5, 2023 · Hi David, Thanks for getting back to me. I have followed that guide and published the WFS using python. That works. However, I cannot then add the published WFS to a webmap using …
Issue with url declared in python - Esri Community
Apr 4, 2025 · Hello, I created a custom geoprocessing tool in Pro using a python script & tested it (of course) which works perfectly when I launch the script from ArcGIS I published this tool so I can use …