Questions tagged [autodesk-bim360]

For questions related to BIM 360 using Autodesk Forge.

447 questions
0
votes
1 answer

How to GET the Markup and Issues of an item from BIM 360 within .NET

I am able to GET the information of an item from BIM 360 but I am having trouble obtaining the Markups and Issues associated with it. Is it possible to get the this on .NET? I have obtained both the information of the item and information regarding…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

How to fix Internal Server Error for BIM 360 using NET Core 2.1.1

I am trying to copy Companies inside BIM 360 from one account (Source) to another account (Target). The following code creates a Company inside of the Target account with the same properties as the Source account. dynamic createdTargetCompany =…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

Sorting BIM 360Issues through Forge

So I am working on this sample of forge: https://github.com/Autodesk-Forge/bim360-csharp-issues I am struggling to sort the issues portrayed within the PropertyPanel. I am asking how I should go about doing this as I'm unsure? Currently the sample…
D Jones
  • 55
  • 11
0
votes
1 answer

Autodesk API Forge Authentication Bearer

I'm the administrator of a Bim360 Docs Hub,and i'm trying to retrieve some data from the forge API. I've already created a test app, and i get a Bim 360 Account Id. I'm not able to get an authentication bearear token (OAuth), to make simple get…
Fadelast
  • 5
  • 1
  • 5
0
votes
1 answer

How do you GET a Project's image in BIM 360 using Postman?

I am able to create or update an existing Project's image on BIM 360 using Postman but is there any way to get GET the information regarding it? Using the GET method, there is no information regarding images as shown…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

How to update a BIM 360 project's image using POSTMAN

https://forge.autodesk.com/en/docs/bim360/v1/reference/http/projects-:project_id-image-PATCH/. I have been following all the tutorials related to Projects and have been successful in creating/updating projects for BIM 360 using POSTMAN. But I am…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

Can I create document (pushpin) issues via api?

I want to integrate my web api with bim360 api. In my app I need to create pushpin issues. Can I do it by bim360 api? The documentation says yes and…
Adam B
  • 31
  • 5
0
votes
1 answer

Is it possible to delete or overwrite document in BIM360 Docs using API?

When we upload the document in BIM360 docs folder, the document is not overwritten if it exists already. What we want to do is, if a document already exists. then upload code should be overwritten the document. Or delete the existed document and…
0
votes
2 answers

How do you obtain the itemId to upload a file into BIM 360?

https://forge.autodesk.com/blog/upload-files-bim-360-c Following this tutorial, how do you obtain the itemId in the 4. Create version section? Since you can only get the itemId if an item already exists inside the folder. Am I wrong or is there…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

How does the UploadObjectAsync() method work?

https://forge.autodesk.com/en/docs/bim360/v1/tutorials/documen-management/upload-document/ I am following the tutorial above to upload a file into a BIM 360 folder through Autodesk Forge. I have reached Step 6: Upload the File to the Storage Object…
Nathan Hurley
  • 136
  • 1
  • 1
  • 12
0
votes
1 answer

BIM360 Issues SortBy()

So I'm adapting this example from forge. I can currently retrieve all issues through a panel, I'm trying to sort the multiple issues by a attribute such as due date. I've tried a few different sortBy() methods but unsure how to get it to work. Any…
D Jones
  • 55
  • 11
0
votes
1 answer

Resumable Upload File by Forge SDK, UploadChunkWithHttpInfo failing

I am trying to upload a file using the SDK for .Net, using this sample: https://forge.autodesk.com/blog/c-resumable-upload-file-forge-sdk If I use REST API directly, I can create bucket and upload files without problems, using direct upload without…
0
votes
1 answer

Autodesk Forge, .Net API POST methods do not return new object Id

in a C# project, I have included the Autodesk Forge package. It offers high level objects rather than using the REST API. For get methods it works fine. However, for post methods there is a problem because you are not getting the return object with…
0
votes
1 answer

Create Issue in BIM 360 using cURL (no response)

I am currently following the Create Issues tutorial. I got to the last step and when I actually POST the issue, the tutorial says I should get a response, but I don't, the command line just runs and waits for the next command, no…
D Jones
  • 55
  • 11
0
votes
0 answers

API BIM350: Too Many Requests: Quota limit exceeded

We trying using API BIM360 Often We can get the following error: The remote server returned an error: (429) Too Many Requests. {"developerMessage":"Quota limit exceeded."}} Are there any recommendations for using the API to prevent such an…