简体   繁体   English

如何将 BIM360DOCS 文件与 Sharepoint 同步

[英]How to syncronize BIM360DOCS files with Sharepoint

I need to do an automatization process that can transfer files bewtween BIM360DOCS and Sharepoint.我需要做一个自动化过程,可以在 BIM360DOCS 和 Sharepoint 之间传输文件。

Which Autodesk APIS I must use?我必须使用哪些 Autodesk API? How I can do that?我怎么能这样做?

Thanks in advance,提前致谢,

Javier.哈维尔。

Listing, downloading, or uploading of documents in BIM 360 Docs is done through the Data Management service .在 BIM 360 Docs 中列出、下载或上传文档是通过数据管理服务完成的。

As for some examples, here's how you can download a file using these APIs: https://forge.autodesk.com/en/docs/data/v2/tutorials/download-file/ .至于一些示例,您可以使用以下 API 下载文件: https://forge.autodesk.com/en/docs/data/v2/tutorials/download-file/

And here's how you can upload a file: https://forge.autodesk.com/en/docs/data/v2/tutorials/upload-file/ .以下是上传文件的方法: https://forge.autodesk.com/en/docs/data/v2/tutorials/upload-file/

The tutorials use a command line tool (curl) to make all the API requests but you can of course communicate with the APIs from your custom application or script as well, either using the official Forge SDKs available for some of the most popular programming languages, or simply making vanilla HTTP requests in the same fashion.教程使用命令行工具 (curl) 发出所有 API 请求,但您当然也可以使用自定义应用程序或脚本中的 API 进行通信,或者使用可用于某些最流行编程语言的官方Forge SDK ,或者简单地以相同的方式发出香草 HTTP 请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM