<?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: Xamarin Login issues in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/307659#M18497</link>
    <description>&lt;P&gt;I'm not sure I follow. You originally said it crashes on that method, but now you've said it actually returns null. Neither is supposed to happen, but please elaborate on exactly what you are seeing. You may want to add some extra logging, or step through with a debugger. (Is&amp;nbsp;list actually null, or is&amp;nbsp;list.Entries empty perhaps?)&lt;/P&gt;
&lt;P&gt;We don't officially support Xamarin, but we'll be happy to take a look to see if there's an API-level issue.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Nov 2018 15:22:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-11-05T15:22:15Z</dc:date>
    <item>
      <title>Xamarin Login issues</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/306913#M18478</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;im pretty new to xamarin and api's.&lt;/P&gt;&lt;P&gt;was working with the example seen here&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/dotnet#tutorial" target="_blank"&gt;https://www.dropbox.com/developers/documentation/dotnet#tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i have managed to get the UWP working.&lt;/P&gt;&lt;P&gt;on my Android project the app just hangs and crashes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try&lt;BR /&gt;{&lt;BR /&gt;DropboxClient dbx = new DropboxClient("TOKEN HERE");&lt;/P&gt;&lt;P&gt;using (dbx)&lt;BR /&gt;{&lt;BR /&gt;var list = await dbx.Files.ListFolderAsync(string.Empty); // crashes here&lt;/P&gt;&lt;P&gt;// show folders then files&lt;BR /&gt;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFolder))&lt;BR /&gt;{&lt;BR /&gt;Console.WriteLine("D {0}/", item.Name);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;{&lt;BR /&gt;Console.WriteLine("F{0,8} {1}", item.AsFile.Size, item.Name);&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone have a simple working example or can assist with the above&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/306913#M18478</guid>
      <dc:creator>Anoop_Brijmohun</dc:creator>
      <dc:date>2019-05-29T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Xamarin Login issues</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/306923#M18479</link>
      <description>&lt;P&gt;What error message and stack trace are you getting when it crashes on&amp;nbsp;ListFolderAsync?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 14:37:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/306923#M18479</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-01T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Xamarin Login issues</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/307471#M18494</link>
      <description>&lt;P&gt;Hi, no stacktrace or anthing. just returns null and exits method.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Nov 2018 14:23:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/307471#M18494</guid>
      <dc:creator>Anoop_Brijmohun</dc:creator>
      <dc:date>2018-11-04T14:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Xamarin Login issues</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/307659#M18497</link>
      <description>&lt;P&gt;I'm not sure I follow. You originally said it crashes on that method, but now you've said it actually returns null. Neither is supposed to happen, but please elaborate on exactly what you are seeing. You may want to add some extra logging, or step through with a debugger. (Is&amp;nbsp;list actually null, or is&amp;nbsp;list.Entries empty perhaps?)&lt;/P&gt;
&lt;P&gt;We don't officially support Xamarin, but we'll be happy to take a look to see if there's an API-level issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 15:22:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/307659#M18497</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-11-05T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Xamarin Login issues</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/310208#M18524</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry about that, the problem ended up being the actual project.&lt;/P&gt;&lt;P&gt;had to clean project and restart VS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your help&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:34:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Xamarin-Login-issues/m-p/310208#M18524</guid>
      <dc:creator>Anoop_Brijmohun</dc:creator>
      <dc:date>2018-11-14T14:34:18Z</dc:date>
    </item>
  </channel>
</rss>

