<?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 Objective-C Dropbox API very different from v. 2.0.6 to 3.10.0 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Objective-C-Dropbox-API-very-different-from-v-2-0-6-to-3-10-0/m-p/364407#M20697</link>
    <description>&lt;P&gt;I had been using ObjectiveDropboxOfficial version 2.0.6 sinc 2016. &amp;nbsp;Today I updated the SDK using cocoapods "pods update". &amp;nbsp;All seemed to go well and it said I now have version 3.10.0. &amp;nbsp;Initially I got "file not found" in my application file when I try to import the dropbox api header. &amp;nbsp;I solved that by adding $(inherited) to both the Framework Header Search Path and the User Header Search Path in the target build settings.&lt;/P&gt;&lt;P&gt;Now I am working through all the API changes that come up as errors in my application. &amp;nbsp;Most of them I can figure out by looking for APIs with similar names. &amp;nbsp;But I have not found the way to get the Server date and time stamp after uploading a file to the server. &amp;nbsp;There used to be a field in the DBFILESFileMetadata returned that gave the serverModified, which was a dictionary including, among other things, the NSFileModificationDate. &amp;nbsp;Is there any way to get that data now with version 3.10.0?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2019 00:57:31 GMT</pubDate>
    <dc:creator>Robert S.138</dc:creator>
    <dc:date>2019-09-11T00:57:31Z</dc:date>
    <item>
      <title>Objective-C Dropbox API very different from v. 2.0.6 to 3.10.0</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Objective-C-Dropbox-API-very-different-from-v-2-0-6-to-3-10-0/m-p/364407#M20697</link>
      <description>&lt;P&gt;I had been using ObjectiveDropboxOfficial version 2.0.6 sinc 2016. &amp;nbsp;Today I updated the SDK using cocoapods "pods update". &amp;nbsp;All seemed to go well and it said I now have version 3.10.0. &amp;nbsp;Initially I got "file not found" in my application file when I try to import the dropbox api header. &amp;nbsp;I solved that by adding $(inherited) to both the Framework Header Search Path and the User Header Search Path in the target build settings.&lt;/P&gt;&lt;P&gt;Now I am working through all the API changes that come up as errors in my application. &amp;nbsp;Most of them I can figure out by looking for APIs with similar names. &amp;nbsp;But I have not found the way to get the Server date and time stamp after uploading a file to the server. &amp;nbsp;There used to be a field in the DBFILESFileMetadata returned that gave the serverModified, which was a dictionary including, among other things, the NSFileModificationDate. &amp;nbsp;Is there any way to get that data now with version 3.10.0?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 00:57:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Objective-C-Dropbox-API-very-different-from-v-2-0-6-to-3-10-0/m-p/364407#M20697</guid>
      <dc:creator>Robert S.138</dc:creator>
      <dc:date>2019-09-11T00:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Objective-C Dropbox API very different from v. 2.0.6 to 3.10.0</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Objective-C-Dropbox-API-very-different-from-v-2-0-6-to-3-10-0/m-p/364552#M20703</link>
      <description>&lt;P&gt;You can find information about any breaking changes in the release notes in the release history here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/releases" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c/releases&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For example, there were some breaking changes with &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/releases/tag/3.0.0" target="_self"&gt;release v3.0.0&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I'm not sure I know exactly what functionality you're&amp;nbsp;referring to from v2.0.6 though. The&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESFileMetadata.html#/c:objc(cs)DBFILESFileMetadata(py)serverModified" target="_self"&gt;DBFILESFileMetadata.serverModified&lt;/A&gt; field is and was the NSDate for the modified time recorded by the server for a file. Here's &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/blob/f47e528994d8321d9bbf9df6f58c1cbdb927766f/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h#L45" target="_self"&gt;the definition of that in the v3.10.0&lt;/A&gt;, and &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/blob/790757b601e0a90600daf9cac7b83ecf47210a6f/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFILESFileMetadata.h#L41" target="_self"&gt;here's the same definition in v2.0.6&lt;/A&gt;. That was an NSDate, not a dictionary.&lt;/P&gt;
&lt;P&gt;Can you elaborate on what specific information you're looking for, and/or share the relevant code you were using to access it on v2.0.6?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 15:20:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Objective-C-Dropbox-API-very-different-from-v-2-0-6-to-3-10-0/m-p/364552#M20703</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-09-11T15:20:12Z</dc:date>
    </item>
  </channel>
</rss>

