For questions related to BIM 360 using Autodesk Forge.
Questions tagged [autodesk-bim360]
447 questions
0
votes
2 answers
Access files located in the WIP folder of BIM360 Design (old C4R)
We have a requirement from one of our clients to access the project files that are stored in the BIM360 Design (old Collaboration for Revit - C4R). I can not find any information in the developer pages of the Forge APIs that points to this location.…

tfrascaroli
- 1,178
- 1
- 14
- 26
0
votes
0 answers
Possibility of getting information about Licences in use in BIM360
We have a requirement from one of our clients to retrieve the information regarding licence usage from in BIM360. More specifically, they need to know how many licences are being consumed and who is using each one (who was the user that consumed…

tfrascaroli
- 1,178
- 1
- 14
- 26
0
votes
1 answer
Can I get User Storage size/limit by Autodesk Forge Data Management API?
Is There any Data Management api to get storage limit or size per User ?

Giuseppe Signorelli
- 25
- 4
0
votes
1 answer
does video.js provide support for blob file coming from Autodesk BIM360 doc?
I am using video.js library for my video player. I have provider Autodesk bim360 doc, my video file is there.
I am getting url like -
blob:http://sample-client-for-test-plan.localtest.me:3000/11c90362-8e46-4195-94c8-940d56c4aa42
from provider but…

Chitra
- 1,294
- 2
- 13
- 28
0
votes
1 answer
How to open Autodesk BIM360 video file in html5 video player?
I am using Video.js library for my video player.The video source is coming from Autodesk BIM360 Docs and that needs authentication.
How can I open BIM360 video file in my video player?
Any help would be highly appreciated.

Chitra
- 1,294
- 2
- 13
- 28
0
votes
1 answer
Is there a way to know when folder has subfolders in Forge API?
When retrieving folders contents using the Autodesk Forge API GET projects/:project_id/folders/:folder_id/contents endpoint or using the GetFolderContentsAsync method in the Autodesk.Forge.FoldersApi C# client respectively, it looks like there is no…

Sebastian Zaklada
- 2,308
- 1
- 14
- 25
0
votes
1 answer
Download BIM360 Docs file using Javascript
I am trying to download BIM360 docs files using javascript. I am able to get file response from BIM360 but unable to save file with proper content. Here is my JS code -
$(document).ready(function () {
var anchor = $('.vcard-hyperlink');
…

sushilprj
- 2,203
- 1
- 14
- 19
0
votes
3 answers
Unable to create webhook for Autodesk BIM 360 docs project
I am trying to create a webhook for Autodesk BIM 360 project and ended with this error - "Access denied for the scope that you are trying to create hook on". I am using Postman to test the webhook creation - Here is the response which I am getting…

sushilprj
- 2,203
- 1
- 14
- 19
0
votes
1 answer
What is the best way to Sort Forge/BIM360 Docs files lists?
I am currently in the process of implementing pagination, sort and search functionalities in the project files/plans/sheets views of BIM 360 Docs integration.
Since I couldn't find any best practices regarding to these features, I thought I would…

Sebastian Zaklada
- 2,308
- 1
- 14
- 25
0
votes
1 answer
What is the best way to Paginate Forge/BIM360 Docs files lists?
I am currently in the process of implementing pagination, sort and search functionalities in the project files/plans/sheets views of BIM 360 Docs integration.
Since I couldn't find any best practices regarding to these features, I thought I would…

Sebastian Zaklada
- 2,308
- 1
- 14
- 25
0
votes
2 answers
How to set good permissions for uploading file by FORGE API?
I have to upload a file from a server to docs management, but i have a problem at upload file step. For information, i do my script with Dynamics NAV.
Before doing the upload from Dynamics NAV, i tried with Git Bash and cURL commands : it…

Hervé PFAUWADEL
- 3
- 2
0
votes
1 answer
BIM360 App Store: How to recognize Account ID
Let’s say BIM360 admin has added my BIM360 app from BIM360 App Store to his/her BIM360 account, and gone through the provisioning steps.
After that, when user clicks ‘Open’ link (a sample shown in the screenshot), a page from my app will be…

Bandu W
- 99
- 8
0
votes
1 answer
PATCH:projects/users with several services
I am currently trying to update the user permissions on a project with the function PATCH: project / users (v2) for several services (BIM Docs, Field, Glue, Plan and Schedule) but for other services that Docs I have an error telling me that the…

Hervé PFAUWADEL
- 3
- 2
0
votes
1 answer
Can we access custom metadata attributes from BIM 360 docs using Forge API?
Using the forge API, we would like to query models by custom fields created in bim 360 docs (see screenshot). Could the API somehow provide us this possibility? We have investigated the data management api but can't find any request that handle…
user6527767
0
votes
1 answer
Can't setup webhook
I want to setup webhook to the server.
I am guided by this instruction (and several other): https://developer.autodesk.com/en/docs/webhooks/v1/tutorials/create-a-hook/
Every time I get the same error: Access denied for the scope…