<?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: Fulfilling a File Request via HTTP in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139694#M4323</link>
    <description>&lt;P&gt;I see, unfortunately, no, there isn't a way to restrict tokens to that level. I'll send this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2016 00:54:13 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-09-23T00:54:13Z</dc:date>
    <item>
      <title>Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139687#M4316</link>
      <description>&lt;P&gt;If I generated&amp;nbsp;a file request URL, is there any way to upload a file to it programmatically? For example, here is a pseudo-curl request that I imagine:&lt;/P&gt;
&lt;P&gt;curl -XPOST &lt;A href="https://www.dropbox.com/request/2PY0o6x3LlNSZy38Yjsj?name" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/request/2PY0o6x3LlNSZy38Yjsj?name&lt;/A&gt; --data &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/394826"&gt;@file&lt;/a&gt;.jpg&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;know I could&amp;nbsp;use&amp;nbsp;the HTTP API to upload a file to an app folder instead, but&amp;nbsp;it gives the client both read and write access to the target directory, and it requires me to share my access token if I’m to give this upload script to a friend or a colleague.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:39:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139687#M4316</guid>
      <dc:creator>Artem C.2</dc:creator>
      <dc:date>2019-05-29T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139688#M4317</link>
      <description>&lt;P&gt;Unfortunately, no, there currently isn't an API for uploading to a file request,&amp;nbsp;but I'll be sure to pass this along as a feature request.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2015 00:15:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139688#M4317</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-09-19T00:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139689#M4318</link>
      <description>&lt;P&gt;Ok, I hope to see it in the future versions of your API. Thank you Gregory!&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2015 00:24:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139689#M4318</guid>
      <dc:creator>Artem C.2</dc:creator>
      <dc:date>2015-09-19T00:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139690#M4319</link>
      <description>&lt;P&gt;Has this changed? I am trying to automate anonymous upload (to a business account) via curl. Is this possible now? Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 11:58:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139690#M4319</guid>
      <dc:creator>Steve M.62</dc:creator>
      <dc:date>2016-09-22T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139691#M4320</link>
      <description>&lt;P&gt;No, no change.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:02:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139691#M4320</guid>
      <dc:creator>Richard P.</dc:creator>
      <dc:date>2016-09-22T20:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139692#M4321</link>
      <description>&lt;P&gt;That's correct, no change on this for file requests.&lt;/P&gt;
&lt;P&gt;Steve, depending on your use case though, using the&amp;nbsp;Dropbox API to upload directly may work for you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 00:27:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139692#M4321</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-23T00:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139693#M4322</link>
      <description>&lt;P&gt;Hmm. In my use case, the auth token could potentially fall into untrusted hands. I did not see anything in the API that would let me limit token permissions to strictly uploading a file. It seems like the token would be granted read as well as write permissions, plus some account-related stuff as well.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to restrict a token to only permit uploading and no other access? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 00:52:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139693#M4322</guid>
      <dc:creator>Steve M.62</dc:creator>
      <dc:date>2016-09-23T00:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139694#M4323</link>
      <description>&lt;P&gt;I see, unfortunately, no, there isn't a way to restrict tokens to that level. I'll send this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 00:54:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/139694#M4323</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-23T00:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/224893#M12165</link>
      <description>&lt;P&gt;I'm actually also interested in such a feature. Still no support in API?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 04:37:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/224893#M12165</guid>
      <dc:creator>cbrislain</dc:creator>
      <dc:date>2017-06-09T04:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/224932#M12167</link>
      <description>+1&lt;BR /&gt;would be an easy and powerful way to ship files between systems and add to the usefulness of dropbox</description>
      <pubDate>Fri, 09 Jun 2017 10:38:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/224932#M12167</guid>
      <dc:creator>Hans Kristian M</dc:creator>
      <dc:date>2017-06-09T10:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/225039#M12182</link>
      <description>This is still not available in the API. Thanks for the additional feedback!</description>
      <pubDate>Fri, 09 Jun 2017 17:31:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/225039#M12182</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-09T17:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/360697#M20546</link>
      <description>&lt;P&gt;Are you adding https transfers to respond to FileRequests soon?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 15:37:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/360697#M20546</guid>
      <dc:creator>jagada77</dc:creator>
      <dc:date>2019-08-19T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fulfilling a File Request via HTTP</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/360710#M20550</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/543573"&gt;@jagada77&lt;/a&gt;&amp;nbsp;No, unfortunately it doesn't look like there are currently plans to implement this.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 16:16:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fulfilling-a-File-Request-via-HTTP/m-p/360710#M20550</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-19T16:16:20Z</dc:date>
    </item>
  </channel>
</rss>

