<?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: sharing folders using api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101138#M3032</link>
    <description>&lt;P&gt;I see, thanks for clarifying. Unfortunately, you can't index files inside a folder via a shared link like that.  (That is, you can't add the file name for file in the folder to the original link to get a link to that particular file.) I'm sending this along as a request for a proper way to do this though.&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2015 05:02:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-05-28T05:02:00Z</dc:date>
    <item>
      <title>sharing folders using api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101136#M3030</link>
      <description>&lt;P&gt;About a month ago I implemented sharing files via Dropbox in my app. Now I am trying to enable sharing a pair of files via Dropbox (a file and an image). I mention this only because I can currently share a file and then have the app upload the file from the link automatically and it's working great.&lt;/P&gt;

&lt;P&gt;When trying to upload from a shared folder... not so great.&lt;/P&gt;

&lt;P&gt;Couple of things I noted about the link to a folder, it has /sh/ instead of /s/. Also, it has 2 codes after the /sh/ separated by a "/":&lt;BR /&gt;
/sh/8r3m3mfhh56qcba/AADjD4x_TJlPTNXpqn5MQ_Lfa&lt;/P&gt;

&lt;P&gt;Here is the url I attempted to use to extract a file from this shared folder:&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/sh/8r3m3mfhh56qcba/AADjD4x_TJlPTNXpqn5MQ_Lfa/QuickList.skchar?dl=1" rel="nofollow noreferrer" target="_blank"&gt;https://www.dropbox.com/sh/8r3m3mfhh56qcba/AADjD4x_TJlPTNXpqn5MQ_Lfa/QuickList.skchar?dl=1&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Dropbox threw back an error that said:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Error: Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found for application" UserInfo=0x156aaeb0 {NSLocalizedDescription=no valid 'aps-environment' entitlement string found for application}&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Can you offer any advice on this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:42:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101136#M3030</guid>
      <dc:creator>Mark S.115</dc:creator>
      <dc:date>2019-05-29T09:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folders using api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101137#M3031</link>
      <description>&lt;P&gt;When you get a shareable link to a folder, instead of a file, you are expected to get a link /sh/ instead of /s/. When you use dl=1 on a shared link for a folder (/sh/) you should get a zip download of that folder. &lt;/P&gt;

&lt;P&gt;Regarding the trouble you're having here, first, is this a sample of an actual link you're trying to us? When I try to access it, using either dl=0 or dl=1, I get a 404 error, e.g., meaning that there isn't anything at the path for the link anymore. If this is the actual link you're trying, that may be related to the issue you're seeing.&lt;/P&gt;

&lt;P&gt;Regarding the error message you posted, "no valid 'aps-environment' entitlement string found for application", that isn't something that comes from Dropbox, but rather seems to be an Objective-C error message, e.g.:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/13432203/no-valid-aps-environment-entitlement-string-found-for-application" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/13432203/no-valid-aps-environment-entitlement-string-found-for-application&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you're still having trouble with this, can you post your code and output?&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 04:48:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101137#M3031</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-05-28T04:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folders using api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101138#M3032</link>
      <description>&lt;P&gt;I see, thanks for clarifying. Unfortunately, you can't index files inside a folder via a shared link like that.  (That is, you can't add the file name for file in the folder to the original link to get a link to that particular file.) I'm sending this along as a request for a proper way to do this though.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 05:02:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101138#M3032</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-05-28T05:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: sharing folders using api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101139#M3033</link>
      <description>&lt;P&gt;Thank you. I can work around it now that I know to stop beating my head against the wall.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2015 05:28:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/sharing-folders-using-api/m-p/101139#M3033</guid>
      <dc:creator>Mark S.115</dc:creator>
      <dc:date>2015-05-28T05:28:07Z</dc:date>
    </item>
  </channel>
</rss>

