<?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: Alfresco dropbox access in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250526#M203656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jared,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Believe me we are just as excited as you are about your integration with drop box.&amp;nbsp; We will definitely use it and would be willing to test this functionality &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in it's early stages if you should need users to do so as we are pushing Alfresco.&amp;nbsp; To be clear this will be offered to community users as well correct?&amp;nbsp; According to the DevCon 2011presentation it seems that the integration will sync files automatically which is great!&amp;nbsp; A nice to have feature would be the ability to turn off sync and let users manually put/get files through a&amp;nbsp; user action for each file within the document library.&amp;nbsp;&amp;nbsp; Will this will be an add on only for Alfresco 4.x?&amp;nbsp; Also how will we know when this is available?&amp;nbsp; Also when files sync for changed files will new versions be assigned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2012 18:05:21 GMT</pubDate>
    <dc:creator>ggates1</dc:creator>
    <dc:date>2012-03-29T18:05:21Z</dc:date>
    <item>
      <title>Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250522#M203652</link>
      <description>Hi,New to Alfresco and Alfresco integration. So I am hoping I posted in the correct forum.I would like to copy alfresco document library files to a drop box account app_folder.&amp;nbsp;&amp;nbsp; I have this crazy vision that I would be able to include a icon or button next to each file in the document library which</description>
      <pubDate>Wed, 28 Mar 2012 15:42:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250522#M203652</guid>
      <dc:creator>ggates1</dc:creator>
      <dc:date>2012-03-28T15:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250523#M203653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just thought you should know this is already being developed by Alfresco. &lt;/SPAN&gt;&lt;A href="http://www.slideshare.net/alfresco/plat-5-jivedropboxintegrationsottley" rel="nofollow noopener noreferrer"&gt;Here&lt;/A&gt;&lt;SPAN&gt; is a presentation that includes some discussion of the integration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that said, you asked about general approaches. I'd take your class that knows how to work with the Dropbox API and treat it like a service, similar to the NodeService, the TransformationService, etc. I'd probably wrap it with some Java code and a Spring config that would expose it as a root object in Alfresco server-side JavaScript. That way you can get to it from workflows and web scripts regardless of the language choice. Your class and any others you develop will be JAR'd up and placed in Alfresco's WEB-INF/lib.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll probably need a custom content model that keeps track of metadata specific to the integration. There might be settings that are global to the integration that you'll need to capture and persist somewhere and then each node that is being sync'd might also have metadata you want to track. For the latter, you'll model the metadata as one or more aspects and then dynamically add/remove those aspects to the nodes being sync'd as needed. If you need help creating custom content types, see &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/archives/2012/01/09/1509" rel="nofollow noopener noreferrer"&gt;this tutorial&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you've got to deal with the Share front-end. Here you'll extend the UI to add whatever UI actions you need and an indicator in the document library list. You can see examples of both of these types of customizations in &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-actions/actions-article-2ed.pdf" rel="nofollow noopener noreferrer"&gt;this tutorial&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you were creating this integration and sharing it with others, even internally, you'd be well-advised to use AMPs for both the repository and Share tier customizations. You can learn more about that &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/index.php?title=Packaging_And_Deploying_Extensions" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250523#M203653</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-28T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250524#M203654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw that drop box presentation and was wondering if you knew when it would get released?&amp;nbsp; Our implementation of Alfresco is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;based on the integration of drop box into Alfresco as our user base is used to using drop box. This presents a challenge for us &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as we (IT) have no control of the documents that the users a sharing, after all they are company assets floating in space.&amp;nbsp; So for this reason we &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to roll out Alfresco to our users with the drop box integration.&amp;nbsp; I have to get my head around these concepts which at first glance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seems similar to Enterprise java beans located on the JNDI lookup directory, however, in this case on UDDI.&amp;nbsp; It's been a while since I have been active &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in java so I am playing catch up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&amp;nbsp; As Always!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 19:06:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250524#M203654</guid>
      <dc:creator>ggates1</dc:creator>
      <dc:date>2012-03-28T19:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250525#M203655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are super excited about our upcoming integration with Dropbox.&amp;nbsp; We have done some great work so far, but are still working out what features are most important for our first release.&amp;nbsp; So our target date is soon.&amp;nbsp; As with most things soon is always too late for some.&amp;nbsp; But we are working hard to get it out with the features that are needed/wanted for a first release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any feedback on what you'd expect it to do and what you'd want it to do would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jared&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 20:11:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250525#M203655</guid>
      <dc:creator>jottley</dc:creator>
      <dc:date>2012-03-28T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250526#M203656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jared,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Believe me we are just as excited as you are about your integration with drop box.&amp;nbsp; We will definitely use it and would be willing to test this functionality &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in it's early stages if you should need users to do so as we are pushing Alfresco.&amp;nbsp; To be clear this will be offered to community users as well correct?&amp;nbsp; According to the DevCon 2011presentation it seems that the integration will sync files automatically which is great!&amp;nbsp; A nice to have feature would be the ability to turn off sync and let users manually put/get files through a&amp;nbsp; user action for each file within the document library.&amp;nbsp;&amp;nbsp; Will this will be an add on only for Alfresco 4.x?&amp;nbsp; Also how will we know when this is available?&amp;nbsp; Also when files sync for changed files will new versions be assigned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:05:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250526#M203656</guid>
      <dc:creator>ggates1</dc:creator>
      <dc:date>2012-03-29T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250527#M203657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone give me a heads-up about dropbox integration? Was it implemented?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All I can see now is dead Dropbox connector on google code without downloads.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 14:28:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250527#M203657</guid>
      <dc:creator>kirkokuev</dc:creator>
      <dc:date>2012-12-27T14:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco dropbox access</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250528#M203658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/alfresco-dropbox-integration/source/browse/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/alfresco-dropbox-integration/source/browse/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You must check out and build the code yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 22:26:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-dropbox-access/m-p/250528#M203658</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-12-28T22:26:39Z</dc:date>
    </item>
  </channel>
</rss>

