<?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: ObjC 3.3.5 new(ish) parameters for listFolder method in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436074#M23014</link>
    <description>&lt;P&gt;If you're using listFolder to list the contents of a shared link that refers to a folder, you'll need to use recursive:NO, since the recursive mode isn't supported when listing the contents of a shared link that refers to a folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to list the contents of a subfolder inside the folder for the shared link, you need to then call&amp;nbsp;listFolder again, specifying the same shared link in the&amp;nbsp;sharedLink parameter, but also specifying the relative path of the desired&amp;nbsp;subfolder as the path parameter (the first parameter).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can build the relative path based on the "name" property of the relevant subfolder in the results from the first call. For example, if the results of the first call shows you that there's a subfolder named "Receipts", then you would pass in a path value of "/Receipts" to list that subfolder when you call&amp;nbsp;listFolder again.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 15:45:58 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-07-09T15:45:58Z</dc:date>
    <item>
      <title>Re: ObjC 3.3.5 new(ish) parameters for listFolder method</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/435978#M23013</link>
      <description>&lt;P&gt;If recursive is not supported by shared links, how can we use recursive.&lt;/P&gt;
&lt;P&gt;This is the error I'm getting:&lt;/P&gt;
&lt;P&gt;Error in call to API function "files/list_folder": Recursive list folder is not supported for shared link.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: I'm new to this, so&amp;nbsp; please keep the answer beginner-friendly.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:41:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/435978#M23013</guid>
      <dc:creator>Lakshmi Narayana</dc:creator>
      <dc:date>2020-07-09T15:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC 3.3.5 new(ish) parameters for listFolder method</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436074#M23014</link>
      <description>&lt;P&gt;If you're using listFolder to list the contents of a shared link that refers to a folder, you'll need to use recursive:NO, since the recursive mode isn't supported when listing the contents of a shared link that refers to a folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to list the contents of a subfolder inside the folder for the shared link, you need to then call&amp;nbsp;listFolder again, specifying the same shared link in the&amp;nbsp;sharedLink parameter, but also specifying the relative path of the desired&amp;nbsp;subfolder as the path parameter (the first parameter).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can build the relative path based on the "name" property of the relevant subfolder in the results from the first call. For example, if the results of the first call shows you that there's a subfolder named "Receipts", then you would pass in a path value of "/Receipts" to list that subfolder when you call&amp;nbsp;listFolder again.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:45:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436074#M23014</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-07-09T15:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC 3.3.5 new(ish) parameters for listFolder method</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436214#M23024</link>
      <description>I understand that I can just call the files_list_folder() and pass '/entries_loop_variable.name' as path while looping through the files_list_folder_object.entries, to include the subfolders and files inside the list of files. Is that right?</description>
      <pubDate>Fri, 10 Jul 2020 01:40:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436214#M23024</guid>
      <dc:creator>Lakshmi Narayana</dc:creator>
      <dc:date>2020-07-10T01:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ObjC 3.3.5 new(ish) parameters for listFolder method</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436231#M23025</link>
      <description>&lt;P&gt;I haven't tested it completely, but It appears to be working. Thanks for helping.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 06:12:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Re-ObjC-3-3-5-new-ish-parameters-for-listFolder-method/m-p/436231#M23025</guid>
      <dc:creator>Lakshmi Narayana</dc:creator>
      <dc:date>2020-07-10T06:12:29Z</dc:date>
    </item>
  </channel>
</rss>

