Question

How to read all tab in ACC using AutodeskBIM360DocsConnector?

  • 10 May 2023
  • 1 reply
  • 0 views

Badge +1

I would like to be able to read other tab in ACC.

Right now the AutodeskBIM360DocsConnector transformer returns only the list of files within a project which correspond to the first tab. I can't read the other tabs such as reviews or Issues

 

 

image 

@david_r​ , @andreaatsafe​ , @Takashi Iijima​  and others , any ideas?


1 reply

Userlevel 4

The AutodeskBIM360DocsConnector can only work with the files on ACC/BIM360. For everything else, you'll have to use the HTTPConnector (or rather, a series of them) to go through the corresponding API:

https://aps.autodesk.com/en/docs/acc/v1/overview/

If you are somewhat fluent in Python that's what I'd recommend, however.

Reply