<?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: Access to shared folders through app with link to dropbox.com inside in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253194#M14615</link>
    <description>Thanks for the clarifying. Using the Dropbox API is the only officially supported means for programmatically interacting with Dropbox, so I recommend using it if possible. Further, this is the support forum for the API, so I can't offer much help otherwise.&lt;BR /&gt;&lt;BR /&gt;If you're copying Dropbox web site URLs across users, they won't necessarily work for the other users. If you're having trouble with the web site though, you can contact support here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/support" target="_blank"&gt;https://www.dropbox.com/support&lt;/A&gt;</description>
    <pubDate>Fri, 17 Nov 2017 18:42:42 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-11-17T18:42:42Z</dc:date>
    <item>
      <title>Access to shared folders through app with link to dropbox.com inside</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253132#M14607</link>
      <description>I have created an app with an app builder and I have added a section that automatically embeds the dropbox.com website through a link to the url html. When users access this section they login in dropbox with their credentials and can access its content as if they were visiting the dropbox website from their device. The problem is when a user tries to access files in folders that someone else has shared with him. When accessing the folders you can see the content that exists but you can not see or open the files and the web shows error 403. How can I solve that? Thank you very much for the answers!</description>
      <pubDate>Wed, 29 May 2019 09:17:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253132#M14607</guid>
      <dc:creator>Mellersen</dc:creator>
      <dc:date>2019-05-29T09:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access to shared folders through app with link to dropbox.com inside</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253168#M14610</link>
      <description>Unfortunately, the Dropbox API doesn't offer a general way to retrieve URLs for content on the Dropbox web site, so there isn't a way to arbitrarily generate URLs that will always work like this. The proper URL for things can vary based on different factors. I'll send this along as a feature request for a way to do this properly.&lt;BR /&gt;&lt;BR /&gt;For shared folders in particular though, you can actually get a valid URL from SharedFolderMetadata.preview_url, e.g., as returned by /2/sharing/list_folders:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_folders&lt;/A&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:47:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253168#M14610</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-17T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access to shared folders through app with link to dropbox.com inside</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253186#M14613</link>
      <description>Thank You... So, why can I see the contents of my shared folders and folders?&lt;BR /&gt;&lt;BR /&gt;The error only appears when I click on a document inside a shared folder.&lt;BR /&gt;When I click on a file uploaded by me in a folder without sharing it does not give an error.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 17 Nov 2017 18:05:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253186#M14613</guid>
      <dc:creator>Mellersen</dc:creator>
      <dc:date>2017-11-17T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access to shared folders through app with link to dropbox.com inside</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253189#M14614</link>
      <description>I'm not using the Dropbox Api, only accessing to Dropbox url, each user with their credentials.</description>
      <pubDate>Fri, 17 Nov 2017 18:08:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253189#M14614</guid>
      <dc:creator>Mellersen</dc:creator>
      <dc:date>2017-11-17T18:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Access to shared folders through app with link to dropbox.com inside</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253194#M14615</link>
      <description>Thanks for the clarifying. Using the Dropbox API is the only officially supported means for programmatically interacting with Dropbox, so I recommend using it if possible. Further, this is the support forum for the API, so I can't offer much help otherwise.&lt;BR /&gt;&lt;BR /&gt;If you're copying Dropbox web site URLs across users, they won't necessarily work for the other users. If you're having trouble with the web site though, you can contact support here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/support" target="_blank"&gt;https://www.dropbox.com/support&lt;/A&gt;</description>
      <pubDate>Fri, 17 Nov 2017 18:42:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Access-to-shared-folders-through-app-with-link-to-dropbox-com/m-p/253194#M14615</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-11-17T18:42:42Z</dc:date>
    </item>
  </channel>
</rss>

