-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Describe the bug
Adding a 3DTilesPackage Item using <gis obj>.content.add() always times out.
To Reproduce
from arcgis.gis import GIS
gis = GIS("Pro")
gis.content.add(
{"title": "...", "type": "3DTilesPackage"},
data="<local .3tz file data path>"
)error:
Times out
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
Item getting added to AGOL successfully
Platform (please complete the following information):
- OS: Windows 11
- Python API Version: 2.4.2
Additional context
Add any other context about the problem here, attachments etc.
Reactions are currently unavailable