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
1 answer

Autodesk model derivative translation job results in `TranslationWorker-InternalFailure` response?

I'm attempting to translate a .zip file into a .svf manifest using Autodesk's Model Derivative API. I am able to successfully create a bucket, place the zip into the bucket using chunked uploading, and begin a translation job using the respective…
0
votes
1 answer

Autodesk BIM360 upload file in Plans root

in Autodesk BIM360 Plans root folder, only project drawings and models are allowed to upload. Using the Data Service Forge-API (as described here) instead, we can upload and retrieve all kind of files also in Plans root folder (but these files are…
0
votes
0 answers

Upload Zip Folder to Data Management API

We upload many small (1kb) text files one at a time to the Data Management API, and the latency becomes a real issue as the number increases. Is it possible to upload a zipped folder containing several text files, and have the individual files…
JGeerWM
  • 810
  • 10
  • 16
0
votes
2 answers

Autodesk Forge Data Management API - the rename BIM Docs Folder is disabled for third applications

I have tried to rename the folder with this PATCH API this is request body : { "jsonApi": { "version": "1.0" }, "data": { "id": "urn:adsk.wipprod:fs.folder:co.ZjOwQVYaQbewrWmwN9gBOg", "type": "folders", …
0
votes
1 answer

Are there limits for buckets, files, projects, etc. at Autodesk?

Are there any limits for buckets, files, projects or any of that sort? There is no information about it on https://developer.autodesk.com. Or did I miss something?
melledijkstra
  • 361
  • 3
  • 17
0
votes
2 answers

Autodesk Forge API createBucket not working

I'm trying to build an application by using the autodesk-forge-api's. To start with I created an App inside my Autodesk configuration to receive an "ClientID" and a "Client Secret" which are required to make API calls. Somehow, when I try to use the…
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", …
0
votes
1 answer

Autodesk BIM360: Folder Creation returns 400 Bad request

I called the POST-Folder Method via Postman with a JSON body according to this example. But I only receive the message "400 Bad Request" without any explanations. This is what my request looks like: The service…
Andreas
  • 309
  • 1
  • 8
0
votes
1 answer

Receiving list of hubs with Autodesk Forge API

I am trying to use the Autodesk forge API for C# to get a list of Hubs. This is what I have done so far: HubsApi api = new HubsApi(); Hubs hubs = api.GetHubs(); Pretty simple. But when I do so, I get an exception wicht complains, that one cannot…
Andreas
  • 309
  • 1
  • 8
0
votes
1 answer

Texture of 3D model in FBX extension in Autodesk forge not visible

I have uploaded a model with texture in a folder on A360 in FBX extension. At the time of checking view of model in this link "https://dm.autodesk.io" the texture of model not showing only default materials color are available there. Please suggest…
0
votes
1 answer

Texture issue when uploading obj in zip?

A simple model in obj extension I have uploaded in zip on A360 and check on this link https://dm.autodesk.io/. Texture of that model seems good but at when I have uploaded heavy scene into it only color material are visible not texture. Why this…
0
votes
1 answer

Explode feature not working on few of formats in Autodesk forge?

i have uploaded one 3D model into different formats (obj, stl, dwg) in A360 after checking into viewable of "https://myhub.autodesk360.com and https://dm.autodesk.io" the explode feature not working. But in Dwg format explode feature working after…
0
votes
0 answers

Why are the json fields returned from Autodesk Forge API for displayName different for "included" and "data" fields?

When querying a model (item) via the Autodesk Data Management Forge API: GET projects/​:project_id/​folders/​:folder_id/​search the returned data.attributes.displayName is sometimes different than the included.attributes.displayName for the same…
0
votes
1 answer

Autodesk Data Management API create item in folder

According to the Autodesk Forge references, a folder is "a logical organization of items within a project". So that means that a folder contains several items. But the webservice to create an item looks like that: POST…
Andreas
  • 309
  • 1
  • 8
0
votes
1 answer

How can i get all my user files using Forge Data Management API?

We need to get all the root hubs, projects and folders for a user with Forge Data Management API, just like we do with Dropbox API: Dropbox API Reference Does anybody from Autodesk know how to get all items from the users, without having to enter…
Shukizu
  • 9
  • 3