<?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: From webapp, write file to local and then sync back on close? in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338748#M545</link>
    <description>&lt;P&gt;Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Specifically, to list the contents of a folder, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To download a file, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And to upload a new version of a file, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2019 12:10:47 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-04-11T12:10:47Z</dc:date>
    <item>
      <title>From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338598#M544</link>
      <description>&lt;P&gt;I am using a web-based project management app and trying to integrate DB folders with it.&lt;BR /&gt;&lt;BR /&gt;Is there a way to do the following:&lt;BR /&gt;&lt;BR /&gt;1. Access a folder from a browser.&lt;BR /&gt;2. On selecting a file, automatically save it locally so that I can work with it (say in InDesign).&lt;/P&gt;&lt;P&gt;3. When done, automatically sync back with Dropbox.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:04:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338598#M544</guid>
      <dc:creator>Timpan</dc:creator>
      <dc:date>2019-05-29T09:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338748#M545</link>
      <description>&lt;P&gt;Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Specifically, to list the contents of a folder, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To download a file, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And to upload a new version of a file, you can use:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 12:10:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338748#M545</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-11T12:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338805#M546</link>
      <description>&lt;P&gt;Thanks, Greg!&lt;BR /&gt;&lt;BR /&gt;Is there a way to get the local Dropbox file location for the user from the browser, so that we can automate the process?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 16:55:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338805#M546</guid>
      <dc:creator>Timpan</dc:creator>
      <dc:date>2019-04-11T16:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338819#M547</link>
      <description>&lt;P&gt;I'm not sure I understand your question. Can you elaborate?&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API operates by having your app communicate directly with the&amp;nbsp;Dropbox servers, not the user's local filesystem. What you do with the result, e.g., the data for a file you downloaded from Dropbox, is up to you. For instance, it sounds like you may want to download it to the user's local computer. Exactly how you do that would be more of a matter of general web programming, so I can't offer much help with that side of things.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 18:15:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338819#M547</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-11T18:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338895#M548</link>
      <description>&lt;P&gt;Thanks, Greg.&lt;BR /&gt;&lt;BR /&gt;Actually, what I am trying to do is be able to access a file located on our Dropbox (say, Photoshop file) through a browser, be able to open it in photoshop, then when I save it, to have the edited version on the Dropbox server, so that then another team member can edit it.&lt;BR /&gt;&lt;BR /&gt;I didn't think this was possible (although Google Drive does it through Chrome), but wanted to ask, in case there is a soution.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 03:27:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338895#M548</guid>
      <dc:creator>Timpan</dc:creator>
      <dc:date>2019-04-12T03:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: From webapp, write file to local and then sync back on close?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338969#M551</link>
      <description>&lt;P&gt;I see, thanks for clarifying. While you can certainly upload and download files from/to the Dropbox servers in a web app in the browser using the&amp;nbsp;Dropbox API, you may not be able to accomplish the local filesystem write/read operations that you want automatically. That would depend on the local file capabilities of the browser, but I can't offer guidance on that.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 14:04:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/From-webapp-write-file-to-local-and-then-sync-back-on-close/m-p/338969#M551</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-12T14:04:18Z</dc:date>
    </item>
  </channel>
</rss>

