Hey Community. I have a large number of maptilepackages which I need to add to AGOL.
So far I have been adding them via the New Item Button on the Contents panel - due to the larger amount of file I am facing now: Is there a way or workaround to batch add those items to AGOL? Using Notebook e.g.?
Thanks for any hints!
Solved! Go to Solution.
You could create a python script to upload all the items using this GP tool: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/share-package.htm
If you are using Pro, you could create a model with the iterator function to upload.
That seems to be the easiest way I can think of.
Are you just trying to add the packages as an item or are you trying to create tile services from these packages?
just trying to add them as items
You could create a python script to upload all the items using this GP tool: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/share-package.htm
If you are using Pro, you could create a model with the iterator function to upload.
That seems to be the easiest way I can think of.