<?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: Write-only access token in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/415402#M22404</link>
    <description>&lt;P&gt;Thanks for the reply and suggestion! I considered this solution but need to allow uploads larger than 150MB.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 17:36:01 GMT</pubDate>
    <dc:creator>Simons CMAP</dc:creator>
    <dc:date>2020-04-29T17:36:01Z</dc:date>
    <item>
      <title>Write-only access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/414654#M22359</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm trying to create a web interface for users to upload files directly to a folder in my dropbox, rather than their own. I was planning on hard-coding a token that only has write permission into the web app and using the upload endpoints on the API, but the available scopes aren't what I expected. I don't seem to be able to create a separate user with write-only permission to a folder either. File requests aren't ideal for my use case unless I'm missing a way to respond to them using the API, but that's the type of access I'm looking for.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there a way to do this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 21:49:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/414654#M22359</guid>
      <dc:creator>Mike2020</dc:creator>
      <dc:date>2020-04-27T21:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Write-only access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/414937#M22381</link>
      <description>&lt;P&gt;[ Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/61468956/dropbox-write-only-access-token" target="_blank"&gt;https://stackoverflow.com/questions/61468956/dropbox-write-only-access-token&lt;/A&gt;&amp;nbsp;]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, unfortunately the&amp;nbsp;Dropbox API doesn't offer a write-only permission or a way to programmatically upload to file requests,&amp;nbsp;but I'll pass these along as feature requests. I can't promise if or when they might be implemented though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing you might want to use though is &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_upload_link" target="_self"&gt;the&amp;nbsp;/2/files/get_temporary_upload_link endpoint&lt;/A&gt;. If you can run code on your server, you could make that call there where you can protect your access token, and then pass down the resulting link to the user's browser to have it perform the upload using that there, without the access token.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:40:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/414937#M22381</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-28T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Write-only access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/415402#M22404</link>
      <description>&lt;P&gt;Thanks for the reply and suggestion! I considered this solution but need to allow uploads larger than 150MB.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:36:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/415402#M22404</guid>
      <dc:creator>Simons CMAP</dc:creator>
      <dc:date>2020-04-29T17:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Write-only access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/415415#M22407</link>
      <description>&lt;P&gt;Understood, thanks. I'll pass this along as a feature request for a version of that that would support larger files,&amp;nbsp;but I can't promise if or when that might be implemented of course.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 18:00:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/415415#M22407</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-04-29T18:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Write-only access token</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/456343#M23528</link>
      <description>&lt;P&gt;I just wanted to follow up on this to let you know that we've released "scopes" functionality on the Dropbox API, which you can use to configure an app or access token to only a limited set of functionality, such as the ability to write but not read files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find more information about the release in our blog post here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions" target="_self"&gt;https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 18:07:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Write-only-access-token/m-p/456343#M23528</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-09-25T18:07:11Z</dc:date>
    </item>
  </channel>
</rss>

