<?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 can't upload files with curl in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268097#M15786</link>
    <description>&lt;P&gt;I am trying to upload files with curl.&amp;nbsp; Based on community advice I think this should be correct:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Authorization: Bearer MyOauthApiKey" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Dropbox-API-Arg: {\"path\": \"/directory/myfile\"}" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Content-Type: application/octet-stream" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--data-binary @directory/myfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;but I get a 404 error.&amp;nbsp; Going to&amp;nbsp;&lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; in a browser window also resuts in an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;What is the correct way to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:14:48 GMT</pubDate>
    <dc:creator>wayne606</dc:creator>
    <dc:date>2019-05-29T09:14:48Z</dc:date>
    <item>
      <title>can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268097#M15786</link>
      <description>&lt;P&gt;I am trying to upload files with curl.&amp;nbsp; Based on community advice I think this should be correct:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Authorization: Bearer MyOauthApiKey" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Dropbox-API-Arg: {\"path\": \"/directory/myfile\"}" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--header "Content-Type: application/octet-stream" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;--data-binary @directory/myfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;but I get a 404 error.&amp;nbsp; Going to&amp;nbsp;&lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; in a browser window also resuts in an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;What is the correct way to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:14:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268097#M15786</guid>
      <dc:creator>wayne606</dc:creator>
      <dc:date>2019-05-29T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268102#M15787</link>
      <description>That code looks correct, and it's working for me. (Browsing there in a browser isn't supposed to work.)&lt;BR /&gt;&lt;BR /&gt;Is this the exact code you're running? Can you share the full code/output? (Just be sure to redact the access token of course.) You can also add a "-v" flag to tell curl to show verbose output.</description>
      <pubDate>Fri, 09 Mar 2018 16:43:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268102#M15787</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-09T16:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268105#M15788</link>
      <description>&lt;P&gt;Intersting, now that I look at the output in more detail I see&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt; HTTP/1.1 413 Request Entity Too Large&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;This is a 2.3GB file.&amp;nbsp; Should I be uploading this in a different way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:50:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268105#M15788</guid>
      <dc:creator>wayne606</dc:creator>
      <dc:date>2018-03-09T16:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268107#M15789</link>
      <description>&lt;P&gt;Yes, &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt; only supports files up to&amp;nbsp;150 MB. For larger files, use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload_session-start" target="_self"&gt;upload sessions&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:56:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/268107#M15789</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-09T17:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/329289#M19261</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to to do the following:&lt;/P&gt;&lt;P&gt;1. Use curl to upload a file to dropbox using a Raspberry PI&lt;/P&gt;&lt;P&gt;2. This command&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;curl -X POST &lt;A href="https://content.dropboxapi.com/2/files/upload" target="_blank" rel="nofollow noopener noreferrer"&gt;https://content.dropboxapi.com/2/files/upload&lt;/A&gt; \ --header "Authorization: Bearer MyOauthApiKey" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;--header "Dropbox-API-Arg: {\"path\": \"/directory/myfile\"}" \&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;--header "Content-Type: application/octet-stream" \&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;--data-binary @directory/myfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;3. On the dropbox website, I would like to give access to the raspberry pi "MyOAuthAPIKey" , but DO NOT want the raspberry pi to have to complete any steps. Just give the raspberry pi this "Key"&amp;nbsp;&amp;nbsp; and then use the Curl statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please confirm this will work and the instructions. Otherwise how do I use curl ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Feb 2019 15:05:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/329289#M19261</guid>
      <dc:creator>cjh39</dc:creator>
      <dc:date>2019-02-17T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/329621#M19275</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/796366"&gt;@cjh39&lt;/a&gt;&amp;nbsp;In place of "MyOauthApiKey" you would put your Dropbox API OAuth 2 access token.&lt;/P&gt;
&lt;P&gt;Once retrieved, Dropbox API OAuth 2 access tokens can be used entirely programmatically, and don't expire automatically, so they can be used without manual user intervention. E.g., you can use it in unattended code, such as on a&amp;nbsp;&lt;SPAN&gt;Raspberry Pi.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find information on getting a&amp;nbsp;Dropbox API OAuth 2 access token in &lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once you have an access token, &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;the&amp;nbsp;/2/files/upload endpoint&lt;/A&gt;&amp;nbsp;is the right way to upload files smaller than 150 MB.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have any further questions or issues, please &lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_self"&gt;open a new thread&lt;/A&gt; so we can help without spamming anyone else on this old thread.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:00:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/329621#M19275</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-19T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/343461#M19839</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can't upload files through swiftydropbox&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CURL -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;curl -v \&lt;/P&gt;
&lt;P&gt;-X POST \&lt;/P&gt;
&lt;P&gt;-H "Dropbox-Api-Arg: {\"path\": \"/home/Hike/ios_analytics/New.txt\"}" \&lt;/P&gt;
&lt;P&gt;-H "Content-Type: application/octet-stream" \&lt;/P&gt;
&lt;P&gt;-H "User-Agent: OfficialDropboxSwiftSDKv2/5.0.0" \&lt;/P&gt;
&lt;P&gt;-H "Authorization: Bearer &amp;lt;REDACTED&amp;gt;" \&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://api-content.dropbox.com/2/files/upload" target="_blank" rel="noopener"&gt;https://api-content.dropbox.com/2/files/upload&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Swift code:-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;static&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;func&lt;/STRONG&gt;&lt;/SPAN&gt; uploadFileFromDropbox() {&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; fileData = &lt;SPAN&gt;"testing data example"&lt;/SPAN&gt;.&lt;SPAN&gt;data&lt;/SPAN&gt;(using: &lt;SPAN&gt;String&lt;/SPAN&gt;.&lt;SPAN&gt;Encoding&lt;/SPAN&gt;.&lt;SPAN&gt;utf8&lt;/SPAN&gt;, allowLossyConversion: &lt;SPAN&gt;&lt;STRONG&gt;false&lt;/STRONG&gt;&lt;/SPAN&gt;)!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt; client = &lt;/SPAN&gt;&lt;SPAN&gt;DropboxClient&lt;/SPAN&gt;&lt;SPAN&gt;(accessToken: &lt;/SPAN&gt;"&amp;lt;REDACTED&amp;gt;"&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;client.&lt;SPAN&gt;files&lt;/SPAN&gt;.&lt;SPAN&gt;upload&lt;/SPAN&gt;(path: &lt;SPAN&gt;"/home/Hike/ios_analytics/New.txt"&lt;/SPAN&gt;, input: fileData)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;.&lt;SPAN&gt;response&lt;/SPAN&gt; { response, error &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; response = response {&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;(response)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;} &lt;SPAN&gt;&lt;STRONG&gt;else&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;if&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;let&lt;/STRONG&gt;&lt;/SPAN&gt; error = error {&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;(error)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;.&lt;SPAN&gt;progress&lt;/SPAN&gt; { progressData &lt;SPAN&gt;&lt;STRONG&gt;in&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;(progressData)&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 12:49:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/343461#M19839</guid>
      <dc:creator>shalutyagi</dc:creator>
      <dc:date>2019-05-08T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: can't upload files with curl</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/343529#M19841</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1126511"&gt;@shalutyagi&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;We'll be happy to help with any questions or issues you have with the Dropbox API, but please&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014" target="_self"&gt;open a new thread&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;so we can help without spamming anyone else on this old thread.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;In your new thread, please share whatever unexpected error/output you get so we can see what's going wrong.&lt;/P&gt;
&lt;P&gt;Also, I redacted it from your post, but for the sake of security, you should disable that access token since you shared it publicly. You can disable just this access token using the API:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#auth-token-revoke&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 16:35:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/can-t-upload-files-with-curl/m-p/343529#M19841</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-05-08T16:35:28Z</dc:date>
    </item>
  </channel>
</rss>

