I am working on a Revit plugin that runs on Forge. The plugin will process Revit files that are on BIM 360. I can get a URL to download Revit documents from BIM 360 by following these steps:
https://forge.autodesk.com/en/docs/bim360/v1/tutorials/document-management/download-document/
But that is not a signed URL, Forge Revit apps need a signed URL according to:
https://forge.autodesk.com/en/docs/design-automation/v3/tutorials/revit/step7-post-workitem/
How can I get around this issue? Is there a way to get a signed URL from BIM 360? Is there a way to pass an unsigned URL in my workitem to Forge?