laptop and a wrench

不具合

When creating group in Python API, setting the 'users_update_items' parameter to 'true' has no effect.

最後に公開された状態: May 10, 2021 ArcGIS API for Python
不具合 ID 番号 BUG-000137253
送信されましたFebruary 4, 2021
最終更新日June 5, 2024
適用対象ArcGIS API for Python
見つかったバージョン1.8.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
修正されたバージョン1.9.1
ステータスFixed

対処法

  1. Use gis.groups.create_from_dict as outlined in this tutorial, refer to, https://developers.arcgis.com/python/sample-notebooks/batch-creation-of-groups/.
  2. Create a dictionary, set the keys and values, and pass it as a parameter.
  3. Use the capabilities key and set the value to updateitemcontrol.

The dictionary is saved to a CSV file with its keys and values:

access,description,isFav,isInvitationOnly,isViewOnly,snippet,sortField,capabilities,sortOrder,tags,thumbnail,title

private,Central Admin,FALSE,TRUE,TRUE,Central Admin,title,updateitemcontrol,asc,"Central, Admin, Central Admin",,CentralAdmin.

Use the two lines in a CSV file together with the tutorial linked above.

再現の手順

不具合 ID: BUG-000137253

ソフトウェア:

  • ArcGIS API for Python

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動