0

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 all folders, projects and hubs?

Best,

Shukizu
  • 9
  • 3

1 Answers1

0

You'll need to recursively list files on all subfolders, this is not natively implemented. This .NET sample implements it on the UI tree, see the tree controller class.

That's an interesting feature from the Dropbox SDK, but more like a SDK feature, not the API.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44
  • Thanks augusto, but this can be a amazing feature to new autodesk updates, in dropbox this help a lot. And don't stress the server with many requests – Shukizu Jun 09 '17 at 13:18