<?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: Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/420634#M22600</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/290163"&gt;@David B.275&lt;/a&gt;&amp;nbsp;Thanks for the feedback!&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 14:21:30 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-05-15T14:21:30Z</dc:date>
    <item>
      <title>Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/235826#M12966</link>
      <description>&lt;P&gt;Digital Picture Frames like&amp;nbsp;&lt;A href="https://www.amazon.com/gp/product/B00MTWDG6W/" target="_blank"&gt;https://www.amazon.com/gp/product/B00MTWDG6W/&lt;/A&gt; and&amp;nbsp;&lt;A href="https://www.amazon.com/gp/product/B012FRC3PA/" target="_blank"&gt;https://www.amazon.com/gp/product/B012FRC3PA/&lt;/A&gt; can automatically pull photos from your Dropbox folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...but they require FULL READ AND WRITE access to your ENTIRE Dropbox folder. &amp;nbsp;(See screengrab below) &amp;nbsp;They say this is a requirements from Dropbox's side of the API. &amp;nbsp;Does anyone know why this is the case or whether there's another frame that requires less access? &amp;nbsp;Why can't you point them at a single shared folder? &amp;nbsp;This is obviously unacceptable to anyone who uses Dropbox for more than just photos.&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="Screenshot 2017-07-26 06.56.52.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/837i69E6109B54F59588/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2017-07-26 06.56.52.png" alt="Screenshot 2017-07-26 06.56.52.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/235826#M12966</guid>
      <dc:creator>jasonblum</dc:creator>
      <dc:date>2019-05-29T09:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/235834#M12967</link>
      <description>Thanks for the post! I can't point you at any other frames in particular, but for reference on the Dropbox side of things, there are currently two different file permissions API apps can use, "Full Dropbox" and "App folder". The first offers full access to the entire Dropbox, and the second offers access to only one folder. There are advantages to each, and the developer chooses whichever they believe to be best for their app when first registering the app. Dropbox API apps are written to work with a specific permission, so it's not possible for the user to change the permission from the user-side. Likewise, there isn't a way for users to allow access to a specific existing folder only. I certainly understand why that would be preferable though, so I'm sending this along as a feature request.&lt;BR /&gt;&lt;BR /&gt;For reference, there are some less obvious reasons why even simple looking apps may desire full access. For instance, app folders cannot be shared, nor can they be placed inside shared folders or contain shared folders. While this offers a higher level of restriction, simplifies the experience, and eliminates some complexities, it can also present problems with some common use cases.&lt;BR /&gt;&lt;BR /&gt;For instance, some users have two (or more) Dropbox accounts, (e.g. one for personal use, one for work, etc.) However, sometimes these users will want to sync some subset of their files (e.g., important items such as a password database) between both accounts, and use shared folders to do so. This would be impossible using app folder access, significantly reducing the value of the app to the user.&lt;BR /&gt;&lt;BR /&gt;Also, one method we sometimes see, although it requires extra work for the developer, and extra UI and an extra decision for the user to make, is developers registering apps for both types of access, and allowing the user to choose which they prefer. (If you wish to see this available in the apps you use, I recommend submitting feedback to the developers of those apps.)&lt;BR /&gt;&lt;BR /&gt;And of course, if you ever no longer wish to use an app, you can immediately and remotely unlink it via:&lt;BR /&gt;&lt;BR /&gt;    &lt;A href="https://www.dropbox.com/account/security" target="_blank"&gt;https://www.dropbox.com/account/security&lt;/A&gt;</description>
      <pubDate>Mon, 07 Aug 2017 17:51:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/235834#M12967</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-07T17:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/420602#M22597</link>
      <description>&lt;P&gt;It's really disappointing that you can't grant read-only permission.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Giving read-only permission to all folders for an app is much safer than full read-write and there's no need for photo sharing apps to have write permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's really limiting and makes dropbox far less useful. I will be considering alternatives as a result of this.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 12:51:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/420602#M22597</guid>
      <dc:creator>David B.275</dc:creator>
      <dc:date>2020-05-15T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/420634#M22600</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/290163"&gt;@David B.275&lt;/a&gt;&amp;nbsp;Thanks for the feedback!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 14:21:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/420634#M22600</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-15T14:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why do Digital Photo Frames requires FULL READ AND WRITE access to your entire Dropbox folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/458103#M23595</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 read but not write 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>Thu, 01 Oct 2020 14:53:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Why-do-Digital-Photo-Frames-requires-FULL-READ-AND-WRITE-access/m-p/458103#M23595</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-10-01T14:53:52Z</dc:date>
    </item>
  </channel>
</rss>

