<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Opening a cloud model with Revit API in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767656#M20373</link>
    <description>&lt;P&gt;Dear Jeremy&lt;/P&gt;&lt;P&gt;I was afraid of not having an answer so I published my question in two topics. Thank you for answering me.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 15:49:36 GMT</pubDate>
    <dc:creator>SONA-ARCHITECTURE</dc:creator>
    <dc:date>2023-02-20T15:49:36Z</dc:date>
    <item>
      <title>Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/10991029#M20367</link>
      <description>&lt;P&gt;I Have a piece of program in which I open a cloud model, I have 2 projects on the&amp;nbsp;&lt;A href="https://docs.b360.autodesk.com" target="_blank"&gt;https://docs.b360.autodesk.com&lt;/A&gt;&amp;nbsp;server, they open like a charme&lt;/P&gt;&lt;P&gt;A new project which we are starting is on&amp;nbsp;&lt;A href="https://docs.b360.eu.autodesk.com" target="_blank"&gt;https://docs.b360.eu.autodesk.com&lt;/A&gt;&amp;nbsp; (europe) server.&amp;nbsp; when I use the same software I get an error code 5 - the central model is missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody recognize this problem ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try&lt;BR /&gt;Dim mpcloud As ModelPath = ModelPathUtils.ConvertCloudGUIDsToCloudPath(ProjectGUID, ModelGUID)&lt;BR /&gt;Dim DOfcc As New DefaultOpenFromCloudCallback&lt;BR /&gt;ActiveUIDoc = app.OpenAndActivateDocument(mpcloud, oo, False, DOfcc)&lt;BR /&gt;ActiveDoc = ActiveUIDoc.Document&lt;BR /&gt;Catch&lt;BR /&gt;LogForm.AddLog("Could not open cloud model. " &amp;amp; Err.Number &amp;amp; " - " &amp;amp; Err.Description)&lt;BR /&gt;Err.Clear()&lt;BR /&gt;End Try&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 12:54:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/10991029#M20367</guid>
      <dc:creator>ivo.lafeber</dc:creator>
      <dc:date>2022-03-08T12:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/10991754#M20368</link>
      <description>&lt;P&gt;Maybe you need to update your Revit version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The current Revit API includes a &lt;U&gt;region&lt;/U&gt; parameter in the call to&amp;nbsp;&lt;U&gt;ConvertCloudGUIDsToCloudPath&lt;/U&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.revitapidocs.com/2022/aa710231-4cab-98ba-951f-00c72e06bb6e.htm" target="_blank"&gt;https://www.revitapidocs.com/2022/aa710231-4cab-98ba-951f-00c72e06bb6e.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 17:28:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/10991754#M20368</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-03-08T17:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11005963#M20369</link>
      <description>&lt;P&gt;Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing me in the right direction.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:16:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11005963#M20369</guid>
      <dc:creator>ivo.lafeber</dc:creator>
      <dc:date>2022-03-15T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767222#M20370</link>
      <description>&lt;P&gt;Hi Jeremy&lt;BR /&gt;I think I've covered a lot of the links and topics on the forum but there is one question that remains unanswered for me:&lt;BR /&gt;&lt;BR /&gt;To open a file that is on accdocs, we can use the method: ConvertCloudGUIDsToCloudPath ok, (you wrote it the new functionnlyty here,&amp;nbsp;&lt;A href="https://thebuildingcoder.typepad.com/blog/2018/04/whats-new-in-the-revit-2019-api.html#4.1.5" target="_blank" rel="noopener"&gt;https://thebuildingcoder.typepad.com/blog/2018/04/whats-new-in-the-revit-2019-api.html#4.1.5&lt;/A&gt;) a but how to retrieve the Guid of a file that has never been opened yet (so, not being in the CollaborationCache folder)?&lt;BR /&gt;Like other files wich are located in my network, I want to open documents wich are une the cloud...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With VisualStudio, I've added the Autodesk Forge reference.&lt;/P&gt;&lt;P&gt;Do I have to get a Token Key in order to Open Revit files wich are in the accdocs of my client?&lt;BR /&gt;&lt;BR /&gt;Hope I'm clear...&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 13:10:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767222#M20370</guid>
      <dc:creator>SONA-ARCHITECTURE</dc:creator>
      <dc:date>2023-02-20T13:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767422#M20371</link>
      <description>&lt;P&gt;Dear Pierre, I &lt;A href="https://autodesk.slack.com/archives/C0SR6NAP8/p1676902267831359" target="_blank"&gt;asked&lt;/A&gt; the devteam for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 14:12:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767422#M20371</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-02-20T14:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767444#M20372</link>
      <description>&lt;P&gt;Based on the competent answer you received in the other thread on a&amp;nbsp;&lt;EM&gt;Problem getting cloud path from files in BIM360&lt;/EM&gt;, I cancelled the query to the devtam again:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/problem-getting-cloud-path-from-files-in-bim360/m-p/11767386#M69438" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/problem-getting-cloud-path-from-files-in-bim360/m-p/11767386#M69438&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 14:20:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767444#M20372</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-02-20T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767656#M20373</link>
      <description>&lt;P&gt;Dear Jeremy&lt;/P&gt;&lt;P&gt;I was afraid of not having an answer so I published my question in two topics. Thank you for answering me.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:49:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11767656#M20373</guid>
      <dc:creator>SONA-ARCHITECTURE</dc:creator>
      <dc:date>2023-02-20T15:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Opening a cloud model with Revit API</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11773119#M20374</link>
      <description>&lt;P&gt;Dear Pierre,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for moving the ACC Docs related part of the question to StackOverflow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/75530623/open-files-located-in-the-accdocs" target="_blank"&gt;https://stackoverflow.com/questions/75530623/open-files-located-in-the-accdocs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eason Kang very kindly answered it there and provided a complete explanation of how to use APS to retrieve the&amp;nbsp;region, projectGuid and modelGuid data required to populate the arguments to ConvertCloudGUIDsToCloudPath.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 14:42:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/opening-a-cloud-model-with-revit-api/m-p/11773119#M20374</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-02-22T14:42:44Z</dc:date>
    </item>
  </channel>
</rss>

