<?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: API v2 Optional file id in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152352#M5083</link>
    <description>&lt;P&gt;The id field has been changed to required, so every FileMetadata/FolderMetadata object will have it now.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2016 00:32:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-03-22T00:32:15Z</dc:date>
    <item>
      <title>API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152344#M5075</link>
      <description>&lt;P&gt;What reasons could a FileMetadata be returned without a file id?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152344#M5075</guid>
      <dc:creator>Thomas G.46</dc:creator>
      <dc:date>2019-05-29T09:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152345#M5076</link>
      <description>&lt;P&gt;Right now, just due to various technical details on the backend, we can't guarantee that every single file will have an ID, though it should be very rare for a file not to have one. We'll be working on improving this though towards the goal of making this guaranteed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 06:02:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152345#M5076</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-13T06:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152346#M5077</link>
      <description>&lt;P&gt;Is there a plan to have file id's (when they are all populated) as part of the getDelta() API?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 04:55:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152346#M5077</guid>
      <dc:creator>Joel T.9</dc:creator>
      <dc:date>2015-11-17T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152347#M5078</link>
      <description>&lt;P&gt;Joel, the equivalent of `/delta` in v1 is `/files/list_folder` in v2, which does already include file IDs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 05:04:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152347#M5078</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-11-17T05:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152348#M5079</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;
&lt;P&gt;I presume that means a Java wrapper call for that is forthcoming?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 05:13:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152348#M5079</guid>
      <dc:creator>Joel T.9</dc:creator>
      <dc:date>2015-11-17T05:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152349#M5080</link>
      <description>&lt;P&gt;Yes, I think I recall seeing a bug earlier today that it's currently not exposed in the Java SDK.&amp;nbsp;It's certainly supposed to be in there.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 05:19:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152349#M5080</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-11-17T05:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152350#M5081</link>
      <description>&lt;P&gt;Specifically, I think the missing overload is the one that allows you to pass recursive=true. If you're doing a non-recursive call, listFolder in the v2 Java SDK should already give you back file IDs.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 05:21:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152350#M5081</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-11-17T05:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152351#M5082</link>
      <description>&lt;P&gt;Is there still a chance that a file/folder&amp;nbsp;retrieved through the API will not have an id?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2016 23:21:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152351#M5082</guid>
      <dc:creator>tomdev l.</dc:creator>
      <dc:date>2016-03-21T23:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152352#M5083</link>
      <description>&lt;P&gt;The id field has been changed to required, so every FileMetadata/FolderMetadata object will have it now.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 00:32:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152352#M5083</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-22T00:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152353#M5084</link>
      <description>&lt;P&gt;That's perfect, thank's for the fast reply. I don't suppose there's any way to get the file id for&amp;nbsp;a DeletedMetadata object as well?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 01:03:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152353#M5084</guid>
      <dc:creator>tomdev l.</dc:creator>
      <dc:date>2016-03-22T01:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: API v2 Optional file id</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152354#M5085</link>
      <description>&lt;P&gt;No, we'll consider it a feature request though.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2016 01:05:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-v2-Optional-file-id/m-p/152354#M5085</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-03-22T01:05:14Z</dc:date>
    </item>
  </channel>
</rss>

