简体   繁体   中英

How to syncronize BIM360DOCS files with Sharepoint

I need to do an automatization process that can transfer files bewtween BIM360DOCS and Sharepoint.

Which Autodesk APIS I must use? 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 .

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/ .

And here's how you can upload a 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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