<?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: issue while accessing folder path while downloading from folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303342#M18328</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/792666"&gt;@Sim_one&lt;/a&gt;&amp;nbsp;We'll need to take a closer look. Please &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket&lt;/A&gt; with the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the version number of the&amp;nbsp;Dropbox SDK you have installed&lt;/LI&gt;
&lt;LI&gt;the output of &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBUSERSUserAuthRoutes.html#/c:objc(cs)DBUSERSUserAuthRoutes(im)getCurrentAccount" target="_self"&gt;getCurrentAccount&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;the output of &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt;&amp;nbsp;with path=""&lt;/LI&gt;
&lt;LI&gt;the code you're using to call for "Peter O'Brien"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 15:24:41 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-10-16T15:24:41Z</dc:date>
    <item>
      <title>issue while accessing folder path while downloading from folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/302838#M18305</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using dropbox api(v2) in my ios objective c project.&lt;/P&gt;&lt;P&gt;I am facing issue while accessing folder named as &lt;STRONG&gt;Peter O'Brien&amp;nbsp;&lt;/STRONG&gt;, I tested various cases and it is only becase of having &lt;STRONG&gt;'&amp;nbsp;&lt;/STRONG&gt;character in the folder name(it works fine otherwise). I have to use this folder name.&lt;/P&gt;&lt;P&gt;I am getting following error, can anyone give me solution on this? Please it is urgent for me.&lt;/P&gt;&lt;P&gt;ERROR:{&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;".tag" = path;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;path = &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;".tag" = "not_found";&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;};&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;DropboxHttpError[{&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ErrorContent = "path/not_found/";&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RequestId = 39a94fa07696a1b4b7b38d56d1dabb68;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;StatusCode = 409;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UserMessage = nil;&lt;/P&gt;&lt;P&gt;}];&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/302838#M18305</guid>
      <dc:creator>Sim_one</dc:creator>
      <dc:date>2019-05-29T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: issue while accessing folder path while downloading from folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303073#M18312</link>
      <description>&lt;P&gt;Thanks for the report! I just tried this though, and it worked for me. I.e., I was able to call &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; using &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_blank"&gt;the latest version of the official API v2 Objective-C SDK&lt;/A&gt; for a folder at "/Peter O'Brien" without issue.&lt;/P&gt;
&lt;P&gt;Are you sure that's the correct path for the folder, and that you're connected to the right account? If you call &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; for the path "" (i.e., an empty string), you can list the root to check.&lt;/P&gt;
&lt;P&gt;Also, if your app has the "app folder" permission,&amp;nbsp;make sure that folder exists inside the app folder for your app. By default, if the account is set to the English locale, the app folder will be at "/Apps/&amp;lt;app folder name&amp;gt;".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 15:25:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303073#M18312</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-15T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: issue while accessing folder path while downloading from folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303210#M18324</link>
      <description>&lt;P&gt;Hi Greg K,&lt;/P&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;Yes, for some iPads devices it work and for some it does not. All iPads having the same ios version 12.x . I am sure that the folder path is correct.&lt;/P&gt;&lt;P&gt;If I remove &lt;STRONG&gt;'&lt;/STRONG&gt; in the folder name, it works fine on iPads which are giving this issue.&lt;/P&gt;&lt;P&gt;Anything else could be the issue?&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 04:58:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303210#M18324</guid>
      <dc:creator>Sim_one</dc:creator>
      <dc:date>2018-10-16T04:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: issue while accessing folder path while downloading from folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303342#M18328</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/792666"&gt;@Sim_one&lt;/a&gt;&amp;nbsp;We'll need to take a closer look. Please &lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;open an API ticket&lt;/A&gt; with the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the version number of the&amp;nbsp;Dropbox SDK you have installed&lt;/LI&gt;
&lt;LI&gt;the output of &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBUSERSUserAuthRoutes.html#/c:objc(cs)DBUSERSUserAuthRoutes(im)getCurrentAccount" target="_self"&gt;getCurrentAccount&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;the output of &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt;&amp;nbsp;with path=""&lt;/LI&gt;
&lt;LI&gt;the code you're using to call for "Peter O'Brien"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:24:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/issue-while-accessing-folder-path-while-downloading-from-folder/m-p/303342#M18328</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-16T15:24:41Z</dc:date>
    </item>
  </channel>
</rss>

