<?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: How to download thumbnail/image file in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161244#M5574</link>
    <description>&lt;P&gt;I think your question is just about how to use the requests library, so this probably isn't the best place to ask for help.&lt;/P&gt;
&lt;P&gt;That said, here's a simple example of how to&amp;nbsp;read the content from a URL using requests:&lt;/P&gt;
&lt;PRE&gt;import requests&lt;BR /&gt;response = requests.get('http://www.example.com')&lt;BR /&gt;print(response.content)&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 Nov 2015 02:23:38 GMT</pubDate>
    <dc:creator>Steve M.</dc:creator>
    <dc:date>2015-11-25T02:23:38Z</dc:date>
    <item>
      <title>How to download thumbnail/image file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161240#M5570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using the python requests library to request a particular thumbnail from my dropbox. My request receives a 200 response. However, how do i use this response object to actually display/save the thumbnail ? Any help will be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161240#M5570</guid>
      <dc:creator>Harsh S.1</dc:creator>
      <dc:date>2019-05-29T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to download thumbnail/image file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161241#M5571</link>
      <description>&lt;P&gt;When you&amp;nbsp;receive a 200 status code from this endpoint, it indicates that the API call was successful, and the body will contain the thumbnail data. Exactly how you display that is up to your app though. For example, you might save that raw data to a local file, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 01:46:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161241#M5571</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-24T01:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to download thumbnail/image file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161242#M5572</link>
      <description>&lt;P&gt;Hi Gregory. Thanks for your prompt reply.&lt;/P&gt;
&lt;P&gt;Let me rephrase my question a little. What property/method can i call on the response object that would give me the data i need to either save it as an image file or make it appear as a picture on my site.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:06:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161242#M5572</guid>
      <dc:creator>Harsh S.1</dc:creator>
      <dc:date>2015-11-24T11:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to download thumbnail/image file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161243#M5573</link>
      <description>&lt;P&gt;The dropbox api explorer returns a button with a link to download the thumbnail. How do i get that link or download source programmatically ?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:14:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161243#M5573</guid>
      <dc:creator>Harsh S.1</dc:creator>
      <dc:date>2015-11-24T11:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to download thumbnail/image file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161244#M5574</link>
      <description>&lt;P&gt;I think your question is just about how to use the requests library, so this probably isn't the best place to ask for help.&lt;/P&gt;
&lt;P&gt;That said, here's a simple example of how to&amp;nbsp;read the content from a URL using requests:&lt;/P&gt;
&lt;PRE&gt;import requests&lt;BR /&gt;response = requests.get('http://www.example.com')&lt;BR /&gt;print(response.content)&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Nov 2015 02:23:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-download-thumbnail-image-file/m-p/161244#M5574</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-11-25T02:23:38Z</dc:date>
    </item>
  </channel>
</rss>

