<?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: c# media gallery from dropbox in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/c-media-gallery-from-dropbox/m-p/282926#M17325</link>
    <description>We don't have an example quite like that unfortunately. Based on your description though, you'll probably want to use some of the following methods, depending on exactly how you want to implement your gallery:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThumbnailAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThumbnailAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetTemporaryLinkAsync.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetTemporaryLinkAsync.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The examples that we do have can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If something isn't working as expected, please let us know.</description>
    <pubDate>Mon, 02 Jul 2018 15:35:00 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-07-02T15:35:00Z</dc:date>
    <item>
      <title>c# media gallery from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/c-media-gallery-from-dropbox/m-p/282816#M17320</link>
      <description>&lt;DIV class="tlid-result result-dict-wrapper"&gt;
&lt;DIV class="result"&gt;
&lt;DIV class="text-wrap"&gt;
&lt;DIV class="result-shield-container"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am developing a web application in C # which is integrated with a dropbox repository.&lt;/SPAN&gt; &lt;SPAN&gt;My goal is to make a multimedia gallery populated with the dropbox files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this stage I already have all the integration with the dropbox.&lt;/SPAN&gt; &lt;SPAN&gt;I can connect, authorize the user and access the files using api v2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need is an example of the C # controller that loads the data from each file (name, size, thumbnail, download link, etc ...) and returns it to the gallery view page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this moment I can access the names and size of the files but I am not able to access the thumbnail and download link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate someone's help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;John&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/c-media-gallery-from-dropbox/m-p/282816#M17320</guid>
      <dc:creator>JohnSM</dc:creator>
      <dc:date>2019-05-29T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: c# media gallery from dropbox</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/c-media-gallery-from-dropbox/m-p/282926#M17325</link>
      <description>We don't have an example quite like that unfortunately. Based on your description though, you'll probably want to use some of the following methods, depending on exactly how you want to implement your gallery:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetMetadataAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_DownloadAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThumbnailAsync_1.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetThumbnailAsync_1.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetTemporaryLinkAsync.htm" target="_blank"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_GetTemporaryLinkAsync.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The examples that we do have can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;If something isn't working as expected, please let us know.</description>
      <pubDate>Mon, 02 Jul 2018 15:35:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/c-media-gallery-from-dropbox/m-p/282926#M17325</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-02T15:35:00Z</dc:date>
    </item>
  </channel>
</rss>

