<?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 /list_folder/get_latest_cursor and property_groups issue in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/333975#M19503</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having trouble getting the latest delta cursor to include the &lt;EM&gt;property_group&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;EM&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor&lt;/A&gt;&lt;/EM&gt; passing in the JSON body the&amp;nbsp;&lt;EM&gt;include_property_groups&lt;/EM&gt; item (as per documentation).&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor' -d '{ "include_property_groups": { ".tag": "filter_some", "filter_some": ["ptid:InLiqtFVZJwAAAAAAAA0fg"] } ,"path": "","recursive": true }'&lt;/PRE&gt;&lt;P&gt;The API returns me the cursor without issues but any subsequent call to retrieve any changes using the&amp;nbsp;&lt;EM&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder/continue" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder/continue&lt;/A&gt;&lt;/EM&gt; call doesn't include the property_group in the response:&lt;/P&gt;&lt;PRE&gt;curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/continue' -d '{ "cursor":"AAGqPc4HUM8A9VnCfICokFAPYOsg-QQwa_caZCZ1XEky2uMP_BuPGA8_9J6rrJPK9xYaumyKabX-c2zGB3jyBn6c6hp7WBxC54CM_vSDYiiV44OamHq8wWkrDVtBUFkKCpvYxw-TsvBFjDd_DAm9A66g_9I8uzIg8-kOJnaRbpzn9ZCnIugoXyOXLJilAp43pbXSvp7U7shyh8POzwRtocXR" }'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My template and associated custom properties are in good order and files get their properties set during upload.&lt;/P&gt;&lt;P&gt;A normal call to&amp;nbsp;&lt;EM&gt;/list_folder&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;/list_folder/continue&lt;/EM&gt; works fine as expected by the way and include the &lt;EM&gt;property_group&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Am I missing something here?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:07:26 GMT</pubDate>
    <dc:creator>Kostas T.</dc:creator>
    <dc:date>2019-05-29T09:07:26Z</dc:date>
    <item>
      <title>/list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/333975#M19503</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having trouble getting the latest delta cursor to include the &lt;EM&gt;property_group&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;EM&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor&lt;/A&gt;&lt;/EM&gt; passing in the JSON body the&amp;nbsp;&lt;EM&gt;include_property_groups&lt;/EM&gt; item (as per documentation).&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/get_latest_cursor' -d '{ "include_property_groups": { ".tag": "filter_some", "filter_some": ["ptid:InLiqtFVZJwAAAAAAAA0fg"] } ,"path": "","recursive": true }'&lt;/PRE&gt;&lt;P&gt;The API returns me the cursor without issues but any subsequent call to retrieve any changes using the&amp;nbsp;&lt;EM&gt;&lt;A href="https://api.dropboxapi.com/2/files/list_folder/continue" target="_blank"&gt;https://api.dropboxapi.com/2/files/list_folder/continue&lt;/A&gt;&lt;/EM&gt; call doesn't include the property_group in the response:&lt;/P&gt;&lt;PRE&gt;curl -H 'authorization: Bearer xxxxx' -H 'content-type: application/json' 'https://api.dropboxapi.com/2/files/list_folder/continue' -d '{ "cursor":"AAGqPc4HUM8A9VnCfICokFAPYOsg-QQwa_caZCZ1XEky2uMP_BuPGA8_9J6rrJPK9xYaumyKabX-c2zGB3jyBn6c6hp7WBxC54CM_vSDYiiV44OamHq8wWkrDVtBUFkKCpvYxw-TsvBFjDd_DAm9A66g_9I8uzIg8-kOJnaRbpzn9ZCnIugoXyOXLJilAp43pbXSvp7U7shyh8POzwRtocXR" }'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My template and associated custom properties are in good order and files get their properties set during upload.&lt;/P&gt;&lt;P&gt;A normal call to&amp;nbsp;&lt;EM&gt;/list_folder&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;/list_folder/continue&lt;/EM&gt; works fine as expected by the way and include the &lt;EM&gt;property_group&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Am I missing something here?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/333975#M19503</guid>
      <dc:creator>Kostas T.</dc:creator>
      <dc:date>2019-05-29T09:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: /list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/334070#M19508</link>
      <description>&lt;P&gt;Thanks for the report! This looks like a bug on our side when using&amp;nbsp;/2/files/list_folder/get_latest_cursor as opposed to starting from&amp;nbsp;/2/files/list_folder.&lt;/P&gt;
&lt;P&gt;We'll look into it. I'll follow up here once I have any news on this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 16:20:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/334070#M19508</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-03-15T16:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: /list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/340115#M19718</link>
      <description>&lt;P&gt;Is there any update regarding this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 05:52:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/340115#M19718</guid>
      <dc:creator>Kostas T.</dc:creator>
      <dc:date>2019-04-18T05:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: /list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/340180#M19719</link>
      <description>&lt;DIV id="messageBodyDisplay_4" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;I don't have an update on this yet. I'll follow up here once I do.&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Apr 2019 13:52:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/340180#M19719</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-04-18T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: /list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/347944#M20009</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Cursors from /2/files/list_folder/get_latest_cursor should now properly respect the `include_property_groups` parameter. Please try again and let me know if you're still seeing any issues. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 15:06:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/347944#M20009</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-06-04T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: /list_folder/get_latest_cursor and property_groups issue</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/348117#M20013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So far it works fine. Will contact you again if I notice anything unusual.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 08:07:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/list-folder-get-latest-cursor-and-property-groups-issue/m-p/348117#M20013</guid>
      <dc:creator>Kostas T.</dc:creator>
      <dc:date>2019-06-05T08:07:43Z</dc:date>
    </item>
  </channel>
</rss>

