Skip to content

Adding a 3DTilesPackage Item always times out #2448

@alex-mathew-94

Description

@alex-mathew-94

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions