<?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: Batch Dropbox Thumbnails .net SDK in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/446261#M23272</link>
    <description>&lt;P&gt;No, this isn't in the examples for the SDK. I just wrote that for this thread.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Aug 2020 15:28:20 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-08-18T15:28:20Z</dc:date>
    <item>
      <title>Batch Dropbox Thumbnails .net SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/445861#M23258</link>
      <description>&lt;P&gt;Hello -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Echoing some of the past sentiment here about the .net SDK samples being thin.&amp;nbsp; I've spent a day or two looking for a good example on how to prepare the parameters and build the call to the GetThumnailBatchAsync method correctly.&amp;nbsp;&lt;BR /&gt;Presently, I am stuck on creating the ThumbnailArgs which appear to be provided as a list of Thumbnail args.&amp;nbsp; The problem I'm having is that all the properties of a ThumbailArg are private setters.&amp;nbsp; I have a list of files I've created, but how do I use the list of file paths to create all the entires I need thumbnails for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 13:59:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/445861#M23258</guid>
      <dc:creator>jakealake</dc:creator>
      <dc:date>2020-08-17T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Dropbox Thumbnails .net SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/445930#M23261</link>
      <description>&lt;P&gt;You can make a list of&amp;nbsp;ThumbnailArg and use it to call&amp;nbsp;GetThumbnailBatchAsync like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var paths = new String[] { "/Photos/1.jpg", "/Photos/2.jpg"};

var thumbnailsArgs = new List&amp;lt;ThumbnailArg&amp;gt; { };
foreach (var path in paths)
{
    thumbnailsArgs.Add(new ThumbnailArg(path: path, format: ThumbnailFormat.Png.Instance));
}

GetThumbnailBatchResult getThumbnailBatchResult = await this.client.Files.GetThumbnailBatchAsync(thumbnailsArgs);&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Aug 2020 17:40:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/445930#M23261</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-17T17:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Dropbox Thumbnails .net SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/446200#M23268</link>
      <description>&lt;P&gt;Thanks Greg-DB!&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks pretty much like what I ended up doing!&amp;nbsp; &amp;nbsp;Did I miss this in the SDK examples somewhere?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 12:52:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/446200#M23268</guid>
      <dc:creator>jakealake</dc:creator>
      <dc:date>2020-08-18T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Dropbox Thumbnails .net SDK</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/446261#M23272</link>
      <description>&lt;P&gt;No, this isn't in the examples for the SDK. I just wrote that for this thread.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:28:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Batch-Dropbox-Thumbnails-net-SDK/m-p/446261#M23272</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-08-18T15:28:20Z</dc:date>
    </item>
  </channel>
</rss>

