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
0
votes
2 answers

Download revit file from a360 forge bucket

How can I download a file from an Autodesk A360 bucket that I created? The file is a Revit project file and I used 2-legged OAuth for authorization.
0
votes
1 answer

Access to related data (e.g. renderings) in Autodesk Forge using Data Management API

Is there any possibility to access referenced data (e.g. renderings) in Autodesk forge? Maybe, using something like GET projects/:project_id/items/:item_id/relationships/refs myhub of Autodesk360
0
votes
1 answer

Downloading an object from a bucket

I'm trying to write a function to download a file stored in a persistent bucket and I'm having some problems decoding the result. I'm following the guide here to try and download the object shown here: (int) 3 => object(stdClass) { bucketKey…
Kev Wilson
  • 470
  • 6
  • 19
0
votes
1 answer

Deleting a file from a bucket

I'm trying to delete an object from a bucket. Reading the docs it all sounds super simple, but I just can't seem to get it working. I'm following the instructions here to try and delete this object, which I can see using…
Kev Wilson
  • 470
  • 6
  • 19
0
votes
0 answers

Is there a reason why I can't see any projects in this hub?

Using the DM API, I'm collecting projects from various hubs. However, with only one of the hubs, in which my UserId has access to see a project in A360, I am not able to see the project with the DataManagement API. Calling: "/project/v1/hubs/" +…
Matt
  • 1,043
  • 5
  • 8
0
votes
1 answer

Disable Email notifications

We have an A360 team site and are uploading documents using the Data Management API. Even though the option to Send email notifications is turned off in my user settings, I still get emailed when another team member uploads using the API. I would…
JGeerWM
  • 810
  • 10
  • 16
0
votes
1 answer

Autodesk DM API: Is Retry appropriate here?

I've got an application that's been working for a long time. Recently we created a new app/keys for it, and it's behaving strangely. (I did figure out the scope requirements had been put in place. I am requesting bucket:create bucket:read data:read…
Matt
  • 1,043
  • 5
  • 8
0
votes
1 answer

What are the required headers and body to upload a new item?

I'm calling the /data/v1/projects/:ProjectId:/storage endpoint to create a new storage entry for Data Management API, but I'm getting invalid/missing parameters. What's the required header & body for this call to work?
Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
-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,…
-1
votes
1 answer

Autodesk forge - don’t have permission to access this API

I have a consultation about the data management API of 'autodesk platform services'. I am trying to use the GET hub endpoint. I am using 'postman' to send the request. When I send a GET hub request using a three-legged token, I get a warning in the…
-1
votes
1 answer

| autodesk Forge | Export RVT into multiple 3D views

Is it possible to convert/translate/export RVT into SVF to get multiple 3D views by using autodesk forge C# library or rest API? By default I am getting only {3D} file after translation/export.
-1
votes
1 answer

Forge API: Get all changed items

I need to get a list of all changed items in my project in BIM 360. Can I do this using forge-api.
vega131
  • 11
-1
votes
1 answer

forge Viewer - How can you select dbId programmatically as it deselects the other selection automatically

In my viewer I want to be able to select multiple dbids and save to database, but with control-shift I am able to do selection, but later when retrieving I may be able to show using select([dbid array]), should work fine. But again If I want to…
-1
votes
1 answer

Forge Viewer - getWorldCoordinates is giving different values on different occasions

I created below function to get worldCoordinates back, but it gives different values on two occasions. While clicking a dbId, I get dbid cordinates and I pass it to below function which give me world coordinates, but you can see while I save that…
-1
votes
1 answer

Is is possible to add button that will redirect to other page?

I want to add buttons next to items, which will redirect to my other project in order to sign items (files). We have successfully completed forge API project (3legged), that will work at some web address. But customer decided that to type url on…
1 2 3
17
18