<?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: File Requests in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/224164#M12100</link>
    <description>Unfortunately, the Dropbox API doesn't currently offer a way to programmatically create file requests, but I'll pass this along as a feature request.</description>
    <pubDate>Sat, 03 Jun 2017 15:41:01 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-06-03T15:41:01Z</dc:date>
    <item>
      <title>File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/224107#M12095</link>
      <description>&lt;P&gt;We'd like to create a file request that we use for multiple projects from multiple clients. Each time someone uploads files, we'd like Dropbox to create a folder that's titled with the customers email address, and then add any files they upload to it. As it is now, files show up, but they aren't labled or organized and it's hard to tell which files are from which customer. It wouldn't be practicle for us to create a new file request&amp;nbsp;for each customer, unless there was a way to do that with the API.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:21:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/224107#M12095</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2019-05-29T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/224164#M12100</link>
      <description>Unfortunately, the Dropbox API doesn't currently offer a way to programmatically create file requests, but I'll pass this along as a feature request.</description>
      <pubDate>Sat, 03 Jun 2017 15:41:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/224164#M12100</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-06-03T15:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247493#M14174</link>
      <description>The Dropbox API now offers the ability to get, list, create, and update file requests:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#file_requests" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#file_requests&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will also be corresponding methods for these endpoints.</description>
      <pubDate>Tue, 17 Oct 2017 19:49:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247493#M14174</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-17T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247500#M14175</link>
      <description>&lt;P&gt;THAT IS AMAZING!!!! Woo. I'm super excited about this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So question with this- with our scripts, we'd need to hit the API with a single URL with a query string instead of headers. (We're using AppleScript, and you can't add a header stuff o the curl script.) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to take this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/file_requests/create \
--header "Authorization: Bearer " \
--header "Content-Type: application/json" \
--data "{\"title\": \"Homework submission\",\"destination\": \"/File Requests/Homework\",\"deadline\": {\"deadline\": \"2020-10-12T17:00:00Z\",\"allow_late_uploads\": \"seven_days\"},\"open\": true}"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and make it look something like&amp;nbsp;this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/file_requests/create/?authirization=abcdefg&amp;amp;Content-Type=application/json&amp;amp;data=audio&amp;amp;destination=/uploader/Customer_email@website.com&amp;amp;deadline=ten_days&amp;amp;open=true&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Oct 2017 20:27:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247500#M14175</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-17T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247513#M14177</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/410244"&gt;@ChrisGrahamMast&lt;/a&gt;&amp;nbsp;Apologies, it appeared you had duplicate replies, and I tried to remove one, but it seems I somehow managed to remove them both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, to answer your question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"""&lt;/P&gt;
&lt;P&gt;THAT IS AMAZING!!!! Woo. I'm super excited about this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So question with this- with our scripts, we'd need to hit the API with a single URL with a query string instead of headers. (We're using AppleScript, and you can't add a header stuff o the curl script.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to take this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/file_requests/create \
--header "Authorization: Bearer " \
--header "Content-Type: application/json" \
--data "{\"title\": \"Homework submission\",\"destination\": \"/File Requests/Homework\",\"deadline\": {\"deadline\": \"2020-10-12T17:00:00Z\",\"allow_late_uploads\": \"seven_days\"},\"open\": true}"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and make it look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;curl -X POST https://api.dropboxapi.com/2/file_requests/create/?authirization=abcdefg&amp;amp;Content-Type=application/json&amp;amp;data=audio&amp;amp;destination=/uploader/Customer_email@website.com&amp;amp;deadline=ten_days&amp;amp;open=true&lt;/PRE&gt;
&lt;P&gt;"""&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, unfortunately that's not possible. These are RPC style endpoints, which only accept headers and parameters in the request body. I'll pass this along as a feature request, but I can't make any promises. Apologies I don't have better news!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 20:34:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247513#M14177</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-17T20:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247538#M14179</link>
      <description>&lt;P&gt;Right on! No worries! I'm trying to set this up through Zapier's Webhooks "Post" feature, but I can't seem to get it to work there. I've been able to get it working through Terminal on OSX though, but I need to get it to opperate on a server, so that when people fill out a Gravity Form with their email address, that it creates the new file request folder that's called their email address, and then forwards them to that folder to upload files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-10-17 at 5.18.36 PM.png" style="width: 564px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/1525i9AC216328B5B6F13/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-10-17 at 5.18.36 PM.png" alt="Screen Shot 2017-10-17 at 5.18.36 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 21:59:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247538#M14179</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-17T21:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247539#M14180</link>
      <description>&lt;P&gt;Above is what I'm seeing in Zapier's POST tool, but I can't get Dropbox's API to respond.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 22:00:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247539#M14180</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-17T22:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247570#M14181</link>
      <description>Another alternative might be if Dropbox updates Zapier to include a “create file request” zap.</description>
      <pubDate>Tue, 17 Oct 2017 23:18:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247570#M14181</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-17T23:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247707#M14189</link>
      <description>Unfortunately, I'm afraid I can't offer help with Zapier, as that's made by a third party. I don't know whether or not it's possible to correctly format the HTTPS request for the Dropbox API call using that Zapier client. (One thing I do see though is that you have "&lt;A href="https://api.dropboxapi.com/2/file_requests/create/" target="_blank"&gt;https://api.dropboxapi.com/2/file_requests/create/&lt;/A&gt;" instead of "&lt;A href="https://api.dropboxapi.com/2/file_requests/create" target="_blank"&gt;https://api.dropboxapi.com/2/file_requests/create&lt;/A&gt;". I.e., you shouldn't have that extra "/" at the end.)&lt;BR /&gt;&lt;BR /&gt;Apologies I can't be of more help with that!</description>
      <pubDate>Wed, 18 Oct 2017 15:03:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247707#M14189</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-18T15:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247761#M14199</link>
      <description>&lt;P&gt;No worries Greg! Thanks for the tip! Do you know if there's any plan to allow file requests to be embedded? That would be utterly amazing.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:41:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247761#M14199</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-18T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247763#M14200</link>
      <description>We don't currently have any plans for embeddable file requests, but I'll pass this along as a feature request.</description>
      <pubDate>Wed, 18 Oct 2017 18:45:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/247763#M14200</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-18T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/249775#M14357</link>
      <description>&lt;P&gt;Is there a way with a File Reqest to enable to option to upload a folder, rather than files? Paticualrly if someone is already a Dropbox user and just wanted to send us a folder? As it is now, it looks like the only option is to upload lots of files.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 15:42:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/249775#M14357</guid>
      <dc:creator>ChrisGrahamMast</dc:creator>
      <dc:date>2017-10-27T15:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/249784#M14359</link>
      <description>No, unfortunately file requests don't accept entire folder uploads, only files.</description>
      <pubDate>Fri, 27 Oct 2017 16:10:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/249784#M14359</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-27T16:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: File Requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/264719#M15508</link>
      <description>&lt;P&gt;Hey Chris,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to be able to collect groups of files from specific clients and receive them in an organized manner.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://collectizi.com" target="_self"&gt;Collectizi&lt;/A&gt; is what you need.&lt;/P&gt;&lt;P&gt;It's a smart document (or file) collection system allowing you to &lt;STRONG&gt;collect, approve and share your clients files&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;You'll automatically get&amp;nbsp;all you need already grouped per client.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:58:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/File-Requests/m-p/264719#M15508</guid>
      <dc:creator>MikeKowa</dc:creator>
      <dc:date>2018-02-13T10:58:59Z</dc:date>
    </item>
  </channel>
</rss>

