<?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: SwiftyDropbox assertion error in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125357#M3678</link>
    <description>&lt;P&gt;Hi Carmine - I just wanted to let you know that there's a new version of SwiftyDropbox that works with the v2 updates: &lt;A href="https://blogs.dropbox.com/developers/2015/06/swiftydropbox-v0-2/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2015/06/swiftydropbox-v0-2/&lt;/A&gt;&lt;BR /&gt;
The previous blog post has also been updated with new sample code.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2015 04:08:21 GMT</pubDate>
    <dc:creator>Leah C.1</dc:creator>
    <dc:date>2015-06-05T04:08:21Z</dc:date>
    <item>
      <title>SwiftyDropbox assertion error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125353#M3674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I've been trying the preview of SwiftyDropbox, and while it has been working very well previously, I'm now getting a runtime error in the deserialize() method of the ListFolderFooterSerializer class:  "assertion failed: Type error deserializing: file /Files.swift, line 352 (lldb)"&lt;/P&gt;

&lt;P&gt;In my latest attempt to recreate the error, I've set up an Xcode workspace &amp;amp; project exactly as detailed in the Swift SDK 2.0 blog post (&lt;A href="https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/" rel="nofollow noreferrer" target="_blank"&gt;https://blogs.dropbox.com/developers/2015/05/try-out-swiftydropbox-the-new-swift-sdk-for-dropbox-api-v2/&lt;/A&gt;) and the same error occurs.  The sample code which causes the runtime error is also directly from the example in the blog post where it attempts to retrieve and display app folder contents.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;// List folder
client.filesListFolder(path: "").response { response, error in
    if let result = response {
        println("Folder contents:")
        for entry in result.entries {
            println(entry.name)
        }
    } else {
        println("Error: \(error!)")
    }
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It's strange because all of my testing with this API has gone fine until this week and the runtime error manifests in each of my test apps.  I understand it could be a configuration issue with my DB account, but I'm not sure how to go about isolating it.  Has anyone else run into this error? Are there any other troubleshooting steps I should try?  Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:42:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125353#M3674</guid>
      <dc:creator>Carmine S.1</dc:creator>
      <dc:date>2019-05-29T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox assertion error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125354#M3675</link>
      <description>&lt;P&gt;SwiftyDropbox is actually currently broken... we just yesterday made some changes to the API and will need to publish an updated SDK (hopefully tomorrow). So stay tuned and watch the blog/GitHub for an updated SDK.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:22:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125354#M3675</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-06-03T05:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox assertion error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125355#M3676</link>
      <description>&lt;P&gt;Hi Carmine,&lt;/P&gt;

&lt;P&gt;Just yesterday we changed API v2, which broke the SwiftyDropbox SDK. Sorry about that! We're working on an update to SwiftyDropbox and will release version 0.2 in the next day or two. Again, sorry for the hassle and it's not your fault at all!&lt;/P&gt;

&lt;P&gt;Leah&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:23:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125355#M3676</guid>
      <dc:creator>Leah C.1</dc:creator>
      <dc:date>2015-06-03T05:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox assertion error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125356#M3677</link>
      <description>&lt;P&gt;Thanks for the responses.  That's what I was hoping to be the cause.  Thanks for improving a great product!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 05:30:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125356#M3677</guid>
      <dc:creator>Carmine S.1</dc:creator>
      <dc:date>2015-06-03T05:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: SwiftyDropbox assertion error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125357#M3678</link>
      <description>&lt;P&gt;Hi Carmine - I just wanted to let you know that there's a new version of SwiftyDropbox that works with the v2 updates: &lt;A href="https://blogs.dropbox.com/developers/2015/06/swiftydropbox-v0-2/" rel="nofollow noreferrer"&gt;https://blogs.dropbox.com/developers/2015/06/swiftydropbox-v0-2/&lt;/A&gt;&lt;BR /&gt;
The previous blog post has also been updated with new sample code.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 04:08:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SwiftyDropbox-assertion-error/m-p/125357#M3678</guid>
      <dc:creator>Leah C.1</dc:creator>
      <dc:date>2015-06-05T04:08:21Z</dc:date>
    </item>
  </channel>
</rss>

