I am wondering if anyone knows how I can get the ACC revit file - File path that external Automation could use to know what file to open. The guy doing the automation for me is telling me that the current value given for File path (“Autodesk Docs://David City, NE - AGP/Utilities-2023.rvt”) does not work. Here is what I received from my guy –
" While automating the Revit application UI, I ran into an issue of data inconsistency between what we’re able to pull from the Elastic Search database and what is observable within the Revit application. I am also fully aware that this may be a case of “I don’t know what I don’t know” so please be patient with me.
When we pull the file path data from the Elastic database, we receive it in the following form:
“file.path” : “Autodesk Docs://David City, NE - AGP/Utilities-2023.rvt”
I thought this path structure was a traditional filesystem directory hierarchy similar to:
“file.path” : “VolumeID://FolderName/FileName.rvt”
However, I now understand the structure to be:
“file.path” : “VolumeID://ProjectName/FileName.rvt”
This small, but distinct difference has caused a problem for me because from within the application, there apparently also exists a traditional folder structure within each project. This folder structure is not accounted for within the file.path value we are able to retrieve from the Elastic database. Maybe that means the folders don’t actually exist and they’re an intricate representation of a tagging system intended to make users lives easier. Or maybe they do exist but for some reason the Bimbeats Elastic database doesn’t require them in order to function… I really can’t determine."
Any Ideas what I could do?