<?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 Beginner Projects, Videos, Etc. for API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142738#M4535</link>
    <description>&lt;P&gt;Are there any beginner projects, documents, videos, etc for someone who is just picking up the API?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to develop with in on ASP.NET MVC and so far I'm having a real tough time. For example, retrieving the accounts files (which should be a simple process) Here's what I have so far. If anyone might be able to help or point me in a good direction for learning it, I'd greatly appreciate it!&lt;/P&gt;
&lt;P&gt;I know this should be a simple task, but for some reason, when I debug the app, it just displays a blank screen. I'm not sure why I'm having such a tough time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Home Controller&lt;BR /&gt;&lt;/STRONG&gt;public DropboxClient client = new DropboxClient('MY ACCESS TOKEN');&lt;BR /&gt;public string Files = "";&lt;/P&gt;
&lt;P&gt;public async Task&amp;lt;String&amp;gt; Index()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var GetFiles Task = GetFiles();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;await GetFilesTask;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return Files;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;public async Task GetFiles()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var list = await client.Files.ListFolderAsync(string.Empty);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Files += item.Name;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:37:26 GMT</pubDate>
    <dc:creator>Brandon T.6</dc:creator>
    <dc:date>2019-05-29T09:37:26Z</dc:date>
    <item>
      <title>Beginner Projects, Videos, Etc. for API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142738#M4535</link>
      <description>&lt;P&gt;Are there any beginner projects, documents, videos, etc for someone who is just picking up the API?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to develop with in on ASP.NET MVC and so far I'm having a real tough time. For example, retrieving the accounts files (which should be a simple process) Here's what I have so far. If anyone might be able to help or point me in a good direction for learning it, I'd greatly appreciate it!&lt;/P&gt;
&lt;P&gt;I know this should be a simple task, but for some reason, when I debug the app, it just displays a blank screen. I'm not sure why I'm having such a tough time.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Home Controller&lt;BR /&gt;&lt;/STRONG&gt;public DropboxClient client = new DropboxClient('MY ACCESS TOKEN');&lt;BR /&gt;public string Files = "";&lt;/P&gt;
&lt;P&gt;public async Task&amp;lt;String&amp;gt; Index()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var GetFiles Task = GetFiles();&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;await GetFilesTask;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return Files;&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;public async Task GetFiles()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var list = await client.Files.ListFolderAsync(string.Empty);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;foreach (var item in list.Entries.Where(i =&amp;gt; i.IsFile))&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Files += item.Name;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:37:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142738#M4535</guid>
      <dc:creator>Brandon T.6</dc:creator>
      <dc:date>2019-05-29T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Projects, Videos, Etc. for API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142739#M4536</link>
      <description>&lt;P&gt;I should add that I don't have my app key or secret app key anywhere in the project. I'm thinking that could be the issue, however the docs don't give you an example of where to place them and reference them from. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 08:17:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142739#M4536</guid>
      <dc:creator>Brandon T.6</dc:creator>
      <dc:date>2015-12-14T08:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner Projects, Videos, Etc. for API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142740#M4537</link>
      <description>&lt;P&gt;I figured it out. I wasn't navigating in my project folder.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 09:56:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Beginner-Projects-Videos-Etc-for-API/m-p/142740#M4537</guid>
      <dc:creator>Brandon T.6</dc:creator>
      <dc:date>2015-12-14T09:56:39Z</dc:date>
    </item>
  </channel>
</rss>

