Select to view content in your preferred language

Batch load new items to AGOL

322
4
Jump to solution
02-21-2025 09:22 AM
Labels (2)
SLange
by
Emerging Contributor

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!

0 Kudos
1 Solution

Accepted Solutions
George_Thompson
Esri Notable Contributor

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.

--- George T.

View solution in original post

4 Replies
AustinAverill
Frequent Contributor

Are you just trying to add the packages as an item or are you trying to create tile services from these packages?

0 Kudos
SLange
by
Emerging Contributor

just trying to add them as items

 

0 Kudos
George_Thompson
Esri Notable Contributor

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.

--- George T.
SLange
by
Emerging Contributor

Hi George, thanks for the hint - worked out just fine!