<?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 Modifying &amp;quot;[...] wants you to add files&amp;quot; message for file requests in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411040#M22229</link>
    <description>&lt;P&gt;I'm using the `&lt;SPAN&gt;file_requests_create` method from the&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_self"&gt;Python SDK&lt;/A&gt; to create individualized file requests in a letter writing project for a class of mine. Right now, I have a Dropbox app called "Endurance-Test" (the final one will just be "Endurance"), and I want it to say "MIT Endurance wants you to add files" instead of "Daniel Cunningham wants you to add files" when users open their file request link. How can I achieve this using the SDK, or is it even possible? I want the file_request request to be associated with the application, not my individual account. I'm able to modify the title of the request though...&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 2020-04-16 at 8.57.19 PM.png" style="width: 618px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/14974i5B31338C7D9296B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-04-16 at 8.57.19 PM.png" alt="Screen Shot 2020-04-16 at 8.57.19 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 13:12:56 GMT</pubDate>
    <dc:creator>dangonzo</dc:creator>
    <dc:date>2020-04-17T13:12:56Z</dc:date>
    <item>
      <title>Modifying "[...] wants you to add files" message for file requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411040#M22229</link>
      <description>&lt;P&gt;I'm using the `&lt;SPAN&gt;file_requests_create` method from the&lt;/SPAN&gt;&amp;nbsp;&lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_self"&gt;Python SDK&lt;/A&gt; to create individualized file requests in a letter writing project for a class of mine. Right now, I have a Dropbox app called "Endurance-Test" (the final one will just be "Endurance"), and I want it to say "MIT Endurance wants you to add files" instead of "Daniel Cunningham wants you to add files" when users open their file request link. How can I achieve this using the SDK, or is it even possible? I want the file_request request to be associated with the application, not my individual account. I'm able to modify the title of the request though...&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 2020-04-16 at 8.57.19 PM.png" style="width: 618px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/14974i5B31338C7D9296B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-04-16 at 8.57.19 PM.png" alt="Screen Shot 2020-04-16 at 8.57.19 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 13:12:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411040#M22229</guid>
      <dc:creator>dangonzo</dc:creator>
      <dc:date>2020-04-17T13:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying "[...] wants you to add files" message for file requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411251#M22240</link>
      <description>&lt;P&gt;Unfortunately it's not possible to customize the file request like this via the API, or have the file request owned by the app instead of the account,&amp;nbsp;but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name shown in&amp;nbsp;"[...] wants you to add files" comes from the name currently registered on the account that made the file request though, so to control what's shown there you could change the name on your account (via&amp;nbsp;&lt;A href="https://www.dropbox.com/account" target="_blank"&gt;https://www.dropbox.com/account&lt;/A&gt; ) or register a separate account for this purpose with the desired name.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 15:06:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411251#M22240</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-17T15:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying "[...] wants you to add files" message for file requests</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411257#M22242</link>
      <description>&lt;P&gt;Hi Greg, thanks for letting me know! While I do agree I think it would be cool functionality to have, the alternatives you've proposed seem reasonable and I can just request a new account from my school and name it accordingly. Have an awesome day!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 15:13:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Modifying-quot-wants-you-to-add-files-quot-message-for-file/m-p/411257#M22242</guid>
      <dc:creator>dangonzo</dc:creator>
      <dc:date>2020-04-17T15:13:47Z</dc:date>
    </item>
  </channel>
</rss>

