如何获取 itemId 以将文件上传到 BIM 360?

How do you obtain the itemId to upload a file into BIM 360?

https://forge.autodesk.com/blog/upload-files-bim-360-c

按照本教程,如何获取4中的itemId。创建版本 部分?因为如果项目已存在于文件夹中,您只能获取 itemId。我错了还是我遗漏了什么?

是的,您只能从Hubs->Projects->Folders->Items获取现有的itemId,详情请参考https://forge.autodesk.com/en/docs/data/v2/tutorials/upload-file/ mentioned the way to create a 1st version of item, or update a new version of existing item. And also check at http://learnforge.autodesk.io/#/datamanagement/hubs/readme的教程和获取item的代码示例。

按照下面 link 中的代码,我可以创建一个新项目(如果文件夹中不存在)或者创建一个新版本(如果存在)。

https://github.com/Autodesk-Forge/data.management-csharp-sample/blob/b3ab49a41f6e20161d0c5d707f2e56bc7e3e27ad/forgeSample/Controllers/DataManagementController.cs#L324