<?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: How can I access shared projects via API? in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5944701#M20510</link>
    <description>&lt;P&gt;Unfortunately at this time the shared projects are not getting enumerated by the DataProjects collection. &amp;nbsp;The Data APIs are currently rather incomplete and not optimized. &amp;nbsp;This is definitely a very high priority area in the API. &amp;nbsp;But this work has been on hold while there has been a lot of enhancements and changes to the underlying data services being used. &amp;nbsp;It has been on hold to prevent providing APIs that we would have to change (we want to avoid any backward compatibility problems). &amp;nbsp;I would expect the Data APIs to get&amp;nbsp;filled out and on parity with the data panel in an update early next year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kris&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2015 22:56:15 GMT</pubDate>
    <dc:creator>KrisKaplan</dc:creator>
    <dc:date>2015-12-09T22:56:15Z</dc:date>
    <item>
      <title>How can I access shared projects via API?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5941751#M20509</link>
      <description>&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first off, I only just started with Fusion 360 Programming, so sorry if that's a dumb question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running an add-in written in c++. I'm trying to load a component from a shared project (my colleague created the project on his local machine and invited me) into the current document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the DataProjects API object only seems to contain projects I created locally on my machine, though (the default "Demo Project" and another Test project I made), but not the shared project that I actually want to access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    Ptr&amp;lt;Application&amp;gt; app = Application::get();

    Ptr&amp;lt;DataProjects&amp;gt; projects = app-&amp;gt;data()-&amp;gt;dataProjects();

    Ptr&amp;lt;DataProject&amp;gt; temp;
    for (int i = 0; i &amp;lt; projects-&amp;gt;count();i++)
    {
        temp = projects-&amp;gt;item((size_t)i);
        ui-&amp;gt;messageBox(temp-&amp;gt;name());
    }&lt;/PRE&gt;&lt;P&gt;running this code displays 2 messageboxes for me, containing the names of my 2 local projects, but no messagebox for the shared proejct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 16:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5941751#M20509</guid>
      <dc:creator>MartinKunz</dc:creator>
      <dc:date>2015-12-08T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I access shared projects via API?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5944701#M20510</link>
      <description>&lt;P&gt;Unfortunately at this time the shared projects are not getting enumerated by the DataProjects collection. &amp;nbsp;The Data APIs are currently rather incomplete and not optimized. &amp;nbsp;This is definitely a very high priority area in the API. &amp;nbsp;But this work has been on hold while there has been a lot of enhancements and changes to the underlying data services being used. &amp;nbsp;It has been on hold to prevent providing APIs that we would have to change (we want to avoid any backward compatibility problems). &amp;nbsp;I would expect the Data APIs to get&amp;nbsp;filled out and on parity with the data panel in an update early next year.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kris&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:56:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5944701#M20510</guid>
      <dc:creator>KrisKaplan</dc:creator>
      <dc:date>2015-12-09T22:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I access shared projects via API?</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5947288#M20511</link>
      <description>&lt;P&gt;I already suspected that this Object is still in a "work in progress" state. I imagine it would be a good idea for you guys to finish that stuff soon. The way I see it, one of the main angles of Fusion 360 marketing is the focus on cloud based collaboration, so i guess the related API functionality should be in a working condtion asap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway, thanks for the reply!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 10:17:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-can-i-access-shared-projects-via-api/m-p/5947288#M20511</guid>
      <dc:creator>MartinKunz</dc:creator>
      <dc:date>2015-12-11T10:17:48Z</dc:date>
    </item>
  </channel>
</rss>

