Questions tagged [autodesk-data-management]

Data Management API provides a unified and consistent way to access data across BIM 360 Team, Fusion Team (formerly known as A360 Team), BIM 360 Docs, A360 Personal, and the Object Storage Service.

With this API, you can accomplish a number of workflows, including accessing a Fusion model in Fusion Team and getting an ordered structure of items, IDs, and properties for generating a bill of materials in a 3rd-party process. Or, you might want to superimpose a Fusion model and a building model to use in the Viewer.

Data Management API

261 questions
3
votes
1 answer

Retrieving "Description" or "Custom Attribute" fields using Autodesk Forge API

We are trying to retrieve the description or custom attribute field as shown in BIM360 Docs using Autodesk Forge API requests/commands. We have tried the following requests to retrieve information about a specific…
Ruchi
  • 33
  • 2
3
votes
1 answer

Autodesk forge - don't have permission to access hub

I am trying to use the GET hubs API endpoint. I am running Laravel on the back end and using Guzzle to send requests. This has worked fine with getting the three legged token and user profile. However, when I send the GET request for a user's hubs…
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
3
votes
2 answers

"Excess found in a non pipelined read" when posting 200MB file with Curl

I'm trying to send off the following post request with a 200MB attachment to the Autodesk API bucket endpoint: Douglass-MBP-2:Desktop douglasduhaime$ curl -v 'https://developer.api.autodesk.com/oss/v2/buckets/secret-bucket/objects/200mbfile.nwd' -X…
duhaime
  • 25,611
  • 17
  • 169
  • 224
3
votes
4 answers

How to share buckets in the Autodesk Data Management API?

How might one share access to their Autodesk bucket to enable other users to view and collaborate on their uploaded models? If the Autodesk Forge Data Management API supports sharing of bucket access or something similar it was clear to me in the…
2
votes
1 answer

ACC EMEA - can't get EMEA Hub

When I ask a collection of Hubs, I don't receive ACC Hubs from EMEA (just BIM360 Hubs from US). In my application, I ask for Hubs from the http request https://developer.api.autodesk.com/project/v1/hubs I received well the BIM360 Hubs from US but…
MatLa
  • 70
  • 3
2
votes
1 answer

Issues While uploading files to BIM 360 Document Management Forge API

I am facing issue while uploading the files to BIM 360. was following https://forge.autodesk.com/en/docs/bim360/v1/tutorials/document-management/upload-document/ and was able to do till step 5. but while uploading, status was showing "Not found".…
2
votes
2 answers

autodesk forge integration fails in webhook creation, error 403

I'm trying to create an app that create some webhooks to catch Autodesk Data Management API events. When I create the app with a personal account for testing, it works fine. I get the token and then, I use it to create the webhook. But when I…
2
votes
3 answers

How to get Project Guid and Model Guid from PathName?

My Revit model has an RVT link with a PathName = "BIM 360://Testing Link Edit in BIM360/ArchitectureBIM360.rvt" I want to construct a ModelPath and use it to open the cloud-hosted file as follows: ModelPath mp =…
2
votes
1 answer

Autodesk Forge Data Manager Api rename a Item

I'm tried to use this PATCH Api to rename item of "A360". It returns 200 with DisplayName updated, but on myhub.autodesk360.com the item seems rendered with "Name" property of json object "Included". this is the request body : { "jsonApi": { …
2
votes
1 answer

Change Background color of 2D sheets of Autodesk Forge using Javascript

How to set a background color in 2D view of autodesk forge file to a specific Room on a floor or level using jquery
2
votes
1 answer

Upload a file to Autodesk Forge - ESOCKETTIMEDOUT error

I am new to Autodesk-Forge API and I am trying to use the sample dmSample.js, included in the node.js SDK. The example works well for very small files (up to 500 Kb) However, when I try to upload larger files, (even just 1 Mb), the execution stops…
Marcello
  • 43
  • 3
2
votes
1 answer

Deleting a file from bucket. Autodesk-forge

There are problem with deleting a file from wip.dm.prod bucket ("errorCode": "AUTH-012"). But I can download current file by using -x GET instead of -x DELETE. I use this tutorial ->…
2
votes
2 answers

Is it possible to delete or segment a bucket in the forge API

I'm building an app where users will add collections of CAD files to an engineering project. My plan was to have one transient and temporary bucket for the whole app to use for temp storage. Then create a persistent bucket for each project to hold…
2
votes
3 answers

Creating a viewer application with an URN from Autodesk A360

I have created a viewer application which uses 2-legged authentication and displays the project that has been uploaded to my own bucket. Now instead of viewing the project in my own bucket, I would like to be able to view a project that has been…
danrodi
  • 296
  • 1
  • 4
  • 24
1
vote
1 answer

Creating ACC Issues - POST request (Issues API for ACC) in Autodesk Construction Cloud using C#

I am trying to create a POST RestRequest in ACC Issues, and I am getting error as: {"title":"request validation failed","details":[{"message":"should have required property…
1
2 3
17 18