不具合
不具合 ID 番号 | BUG-000161855 |
---|---|
送信されました | October 4, 2023 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS API for Python |
見つかったバージョン | N/A |
オペレーティング システム | Windows Server |
オペレーティング システムのバージョン | N/A |
ステータス | Non-Reproducible |
Currently, the fileName is resolved as follows in src/arcgis/gis/__init__.py:14909
if data is not None and isinstance(data, (io.StringIO, io.BytesIO)):
if item_properties is None:
item_properties =
if not "type" in item_properties:
item_properties["type"] = self.type
if not "fileName" in item_properties:
fileName = self.name
item_properties["fileName"] = fileName
Consider using a random filename, or appending a timestamp to the end of the itemId as a filename.
if data is not None and isinstance(data, (io.StringIO, io.BytesIO)):
if item_properties is None:
item_properties =
if not "type" in item_properties:
item_properties["type"] = self.type
if not "fileName" in item_properties:
fileName = f"self.name_str(round((datetime.now()).timestamp()))"
item_properties["fileName"] = fileName
不具合 ID: BUG-000161855
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード