<?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 Upload a file via Dropbox API and CURL in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-a-file-via-Dropbox-API-and-CURL/m-p/457629#M23581</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Complete newbie here, so the answer will most likely be some sort of syntax error.&lt;/P&gt;&lt;P&gt;For work I am running scripts on a server and I would like to get the results automatically uploaded to some dropbox folder of mine.&lt;/P&gt;&lt;P&gt;Here is what I am executing, based on some random googling:&lt;/P&gt;&lt;P&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank" rel="noopener"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; --header "Authorization: Bearer &amp;lt;Access Token&amp;gt; " --header "Dropbox-API-Arg: {\"path\": \"/try/matrices.txt\"}" --header "Content-Type: application/octet-stream" --data-binary @"matrices.txt"&lt;/P&gt;&lt;P&gt;where of course&amp;nbsp;&amp;lt;Access Token&amp;gt; is my&amp;nbsp;&lt;SPAN&gt;OAuth 2 generated access token.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is what I am getting:&lt;/P&gt;&lt;P&gt;{"error_summary": "missing_scope/", "error": {".tag": "missing_scope", "required_scope": "files.content.write"}}&lt;/P&gt;&lt;P&gt;What does that mean?&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 09:44:09 GMT</pubDate>
    <dc:creator>pirignao</dc:creator>
    <dc:date>2020-09-30T09:44:09Z</dc:date>
    <item>
      <title>Upload a file via Dropbox API and CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-a-file-via-Dropbox-API-and-CURL/m-p/457629#M23581</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Complete newbie here, so the answer will most likely be some sort of syntax error.&lt;/P&gt;&lt;P&gt;For work I am running scripts on a server and I would like to get the results automatically uploaded to some dropbox folder of mine.&lt;/P&gt;&lt;P&gt;Here is what I am executing, based on some random googling:&lt;/P&gt;&lt;P&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank" rel="noopener"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; --header "Authorization: Bearer &amp;lt;Access Token&amp;gt; " --header "Dropbox-API-Arg: {\"path\": \"/try/matrices.txt\"}" --header "Content-Type: application/octet-stream" --data-binary @"matrices.txt"&lt;/P&gt;&lt;P&gt;where of course&amp;nbsp;&amp;lt;Access Token&amp;gt; is my&amp;nbsp;&lt;SPAN&gt;OAuth 2 generated access token.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is what I am getting:&lt;/P&gt;&lt;P&gt;{"error_summary": "missing_scope/", "error": {".tag": "missing_scope", "required_scope": "files.content.write"}}&lt;/P&gt;&lt;P&gt;What does that mean?&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 09:44:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-a-file-via-Dropbox-API-and-CURL/m-p/457629#M23581</guid>
      <dc:creator>pirignao</dc:creator>
      <dc:date>2020-09-30T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Upload a file via Dropbox API and CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-a-file-via-Dropbox-API-and-CURL/m-p/457788#M23586</link>
      <description>&lt;P&gt;The 'missing_scope' error indicates that while the app is permitted to use that scope, the particular access token you're using to make the API call does not have that scope granted. Also, be aware that just adding a scope to your app via the App Console does not retroactively grant that scope to existing access tokens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That being the case, to make any API calls that require that scope, you'll need to get a new access token with that scope.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 15:11:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-a-file-via-Dropbox-API-and-CURL/m-p/457788#M23586</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-30T15:11:04Z</dc:date>
    </item>
  </channel>
</rss>

