<?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:  https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184098#M7707</link>
    <description>&lt;P&gt;Thanks Gregory. We&amp;nbsp;have updated to v2 but still have an outstanding thread item so still using v1 (&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/207754083-500-internal-Server-Error-https-api-dropboxapi-com-2-files-list-folder-continue" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/207754083-500-internal-Server-Error-https-api-dropboxapi-com-2-files-list-folder-continue&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;</description>
    <pubDate>Fri, 19 Aug 2016 16:11:59 GMT</pubDate>
    <dc:creator>Ashley B.18</dc:creator>
    <dc:date>2016-08-19T16:11:59Z</dc:date>
    <item>
      <title>https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184096#M7705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've been using the following endpoint to return a users dropbox folders/files:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;A href="https://api.dropbox.com/1/delta?include_media_info=False" rel="nofollow noreferrer" target="_blank"&gt;https://api.dropbox.com/1/delta?include_media_info=False&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'm&amp;nbsp;getting the following for 8 entries:&lt;/P&gt;
&lt;P&gt;["/Folder/fileexample.txt",&lt;BR /&gt; null],&lt;/P&gt;
&lt;P&gt;The rest are returning metadata as expected ie&lt;/P&gt;
&lt;P&gt;["/folder/myfile.xls",&lt;BR /&gt; {&lt;BR /&gt; "parent_shared_folder_id": "123456",&lt;BR /&gt; "rev": "1",&lt;BR /&gt; "thumb_exists": false,&lt;BR /&gt; "path": "/folder/myfile.xls",&lt;BR /&gt; "is_dir": false,&lt;BR /&gt; "icon": "page_white_excel",&lt;BR /&gt; "read_only": false,&lt;BR /&gt; "modifier": null,&lt;BR /&gt; "bytes": 0,&lt;BR /&gt; "modified": "Thu, 18 Aug 2016 15:53:30 +0000",&lt;BR /&gt; "size": "1 bytes",&lt;BR /&gt; "root": "dropbox",&lt;BR /&gt; "revision": 123456&lt;BR /&gt; }],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know why this might be occurring?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184096#M7705</guid>
      <dc:creator>Ashley B.18</dc:creator>
      <dc:date>2019-05-29T09:30:42Z</dc:date>
    </item>
    <item>
      <title>Re:  https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184097#M7706</link>
      <description>&lt;P&gt;Hi Ashley, the null metadata indicates that the item is deleted. You can find more information on this under the "delta entries" section of this endpoint's documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/docs#delta" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/docs#delta&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;There's a blog post that shows some logic for this that may be helpful here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2013/12/efficiently-enumerating-dropbox-with-delta/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2013/12/efficiently-enumerating-dropbox-with-delta/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, I should note that /1/delta is an API v1 endpoint, which is deprecated. The equivalent functionality in API v2 is /files/list_folder[/continue]:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 04:43:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184097#M7706</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-19T04:43:55Z</dc:date>
    </item>
    <item>
      <title>Re:  https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184098#M7707</link>
      <description>&lt;P&gt;Thanks Gregory. We&amp;nbsp;have updated to v2 but still have an outstanding thread item so still using v1 (&lt;A href="https://www.dropboxforum.com/hc/en-us/community/posts/207754083-500-internal-Server-Error-https-api-dropboxapi-com-2-files-list-folder-continue" rel="nofollow noreferrer"&gt;https://www.dropboxforum.com/hc/en-us/community/posts/207754083-500-internal-Server-Error-https-api-dropboxapi-com-2-files-list-folder-continue&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 16:11:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184098#M7707</guid>
      <dc:creator>Ashley B.18</dc:creator>
      <dc:date>2016-08-19T16:11:59Z</dc:date>
    </item>
    <item>
      <title>Re:  https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184099#M7708</link>
      <description>&lt;P&gt;Just one other quick question. Why did deleted entries show in the first place? Could the user of been working/deleting files while i started the initial request and moved on to the next cursor?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:59:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184099#M7708</guid>
      <dc:creator>Ashley B.18</dc:creator>
      <dc:date>2016-08-19T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re:  https://api.dropbox.com/1/delta?include_media_info=False v1 null entry value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184100#M7709</link>
      <description>&lt;P&gt;Yes, that is one possibility. There may be other cases too, but in any case your app should handle it the same as described in the documentation.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2016 22:02:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/https-api-dropbox-com-1-delta-include-media-info-False-v1-null/m-p/184100#M7709</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-08-19T22:02:16Z</dc:date>
    </item>
  </channel>
</rss>

