<?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: NodeJS NPM Module in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276875#M16592</link>
    <description>&lt;P&gt;There's a basic example of uploading using the &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor" target="_blank"&gt;filesUpload&lt;/A&gt; method &lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/master/examples/javascript/node/upload.js#L23" target="_blank"&gt;in the SDK here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can supply a `mode` parameter, which takes a &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesWriteMode" target="_self"&gt;FilesWriteMode&lt;/A&gt;&amp;nbsp;object, to specify the write mode you want. You can choose 'add', 'overwrite', or 'update'. The 'overwrite' mode will always overwrite an existing file, but the other modes are reccomended instead since 'overwrite' makes it easy to accidentally overwrite a new version of a file when you didn't mean to.&lt;/P&gt;</description>
    <pubDate>Fri, 18 May 2018 19:02:07 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-05-18T19:02:07Z</dc:date>
    <item>
      <title>NodeJS NPM Module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276865#M16588</link>
      <description>&lt;P&gt;Anyone know any good NPM modules that can Upload content, read the content of, and overwrite files?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276865#M16588</guid>
      <dc:creator>mets11rap</dc:creator>
      <dc:date>2019-05-29T09:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJS NPM Module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276868#M16589</link>
      <description>&lt;P&gt;The &lt;A href="https://github.com/dropbox/dropbox-sdk-js" target="_self"&gt;official&amp;nbsp;Dropbox API v2 JavaScript SDK&lt;/A&gt;&amp;nbsp;is available&amp;nbsp;&lt;A href="https://www.npmjs.com/package/dropbox" target="_blank"&gt;on npm&lt;/A&gt;, and offers the ability to read/write/overwrite files in&amp;nbsp;Dropbox via&amp;nbsp;Dropbox API v2.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 17:37:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276868#M16589</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-18T17:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJS NPM Module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276873#M16591</link>
      <description>&lt;P&gt;How do I overwrite a file? When I just try to upload to the same dir, nothing happens.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 18:32:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276873#M16591</guid>
      <dc:creator>mets11rap</dc:creator>
      <dc:date>2018-05-18T18:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJS NPM Module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276875#M16592</link>
      <description>&lt;P&gt;There's a basic example of uploading using the &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#filesUpload__anchor" target="_blank"&gt;filesUpload&lt;/A&gt; method &lt;A href="https://github.com/dropbox/dropbox-sdk-js/blob/master/examples/javascript/node/upload.js#L23" target="_blank"&gt;in the SDK here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can supply a `mode` parameter, which takes a &lt;A href="https://dropbox.github.io/dropbox-sdk-js/global.html#FilesWriteMode" target="_self"&gt;FilesWriteMode&lt;/A&gt;&amp;nbsp;object, to specify the write mode you want. You can choose 'add', 'overwrite', or 'update'. The 'overwrite' mode will always overwrite an existing file, but the other modes are reccomended instead since 'overwrite' makes it easy to accidentally overwrite a new version of a file when you didn't mean to.&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 19:02:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276875#M16592</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-18T19:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: NodeJS NPM Module</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276876#M16593</link>
      <description>&lt;P&gt;Cool! Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 19:08:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/NodeJS-NPM-Module/m-p/276876#M16593</guid>
      <dc:creator>mets11rap</dc:creator>
      <dc:date>2018-05-18T19:08:13Z</dc:date>
    </item>
  </channel>
</rss>

