For questions related to BIM 360 using Autodesk Forge.
Questions tagged [autodesk-bim360]
447 questions
0
votes
1 answer
Import users to BIM 360 project using Forge V2 endpoint
I'm experimenting with the automatic setup of projects in BIM 360 Field using the Autodesk Forge API. The code is designed to run on internal systems and currently uses the two legged authentication method. I've managed to get a project setup, I'm…

Paul Reed
- 113
- 14
0
votes
0 answers
Wrong numeric properties round in the Autodesk viewer , B360 viewer
I use standard Autodesk viewer. When I open the model in the Forge viewer and choose some object I received
Autodesk model viewer properties
but numeric properties is wrong.
For example, it shows that "Versatz unten" 3.92600000000001 m
But if I…

Nikolay
- 1
- 2
0
votes
1 answer
Error on rename BIM360 file
I'm trying rename a file on a BIM360 account using this end point link
But every request return this message:
{
"jsonapi":{
"version":"1.0"
},
"errors":[
{
"id":"8b976b03-ed82-425b-819d-e0e62f931182",
…

Shukizu
- 9
- 3
0
votes
1 answer
AutoDesk Forge: Model Derivative API. Extract Cobie Data in XML (CobieLite Format)
I m looking to extract data from a model using the Model Derivative API. I simply need to be able extract the equivalent COBIe data in an XML / JSON format to process into data warehouse. I believe there is a CobieLite format which seems to fit the…

Paul
- 1
0
votes
1 answer
Transfer BIM360 folders from one Hub to another
is it possible to transfer files/folders "Hub A" to "Hub B"? Let's say we use Hub A (and C4R) for prototyping purposes, and every month we have to download this prototypes, which is problematic because either the download does not have a directory…

xloayza
- 11
- 1
0
votes
1 answer
Development Sandbox BIM 360 API
My company in the next couple of months would like to start developing a app for BIM 360 using the BIM 360 API. I was asked to start to practice and learning it. I saw on the step by step that I need to setup a development sandbox which I would…

Danny Bentley
- 53
- 5
-1
votes
0 answers
Cant find Document in bim360Docs after upload
I am creating a server instance that will upload a file using 2-legged auth. then modify its version compare them and deliver the results. So far I have created a working version to upload a document in chunks to a storage S3. At the end of my code,…

ricky work
- 1
- 2
-1
votes
1 answer
BIM360 Submittal API Documentation
BIM360 Submittal API Documentation is no longer part of the public documentation.
What is the future for support of this API for BIM360 and ACC?
It was listed in this documentation but I noticed today it is no longer part of the documentation.…

Terry Madril
- 1
- 1
-1
votes
2 answers
Is there any review workflow API in BIM 360?
I need to automate workflow creation in projects and query document approval status, are there any plans for a BIM 360 Review and approval workflow API?

migueaguilera
- 13
- 5
-1
votes
1 answer
Folder contents incomplete
I'm using this call:
https://developer.api.autodesk.com/data/v1/projects/[ProjectID]/folders/[Project Files folder ID]/contents
and/or...
https://developer.api.autodesk.com/data/v1/projects/[ProjectID]/folders/[Project Files folder…

Xero Phane
- 88
- 8
-1
votes
1 answer
Autodesk Forge Viewer loading heavy models VS BIM360 Viewer
We have a large .nwd model (1.6GB) that we are uploading directly to forge. I have hidden some elements in the viewer so only some of the elements are translated in the view to make it lighter. I am still having issues with SVF and SVF2 times to…
-1
votes
1 answer
BIM360 upload a file tutorial has broken link?
I am trying to follow the upload files tutorial but there is a broken link: (https://forge.autodesk.com/en/docs/bim360/v1/tutorials/document-management/upload-document/#step-6-upload-the-file-to-the-storage-object) points to…

David
- 7
- 4
-1
votes
1 answer
Autodesk Forge API: "this project doesn't exist." Error
I am using Postman to make a POST call to add a user to an Autodesk BIM 360 Project. https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects/:project_id/users
When I hit send I am getting the following error:
"code":…
-1
votes
1 answer
Using BIM360 API Get project user?
I need to fetch the user assigned to the project using BIM360 Docs API, I have used the API provided. But it gives the internal error and there is not an error code either. I have used API from…

Harsh Joshi
- 15
- 7
-1
votes
1 answer
BIM 360 Compare documents
is there any way to revive data about what has been changed between versions (remove and add and modify):
via forge Model Derivative API, now I am able to get all the metadata of any Revit files but in total so I am not sure what elements added or…
user11641191