<?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 Using V2 HTTP content-style endpoints with GET in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-V2-HTTP-content-style-endpoints-with-GET/m-p/163147#M5737</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;when trying to use get_thumbnail API using GET, we always seem to get 400 back. When using the POST and adding Authorization/Dropbox-API-Arg headers, it seems to work.&lt;/P&gt;
&lt;P&gt;What could be the cause of that? Here is what our final request url looks like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://content.dropboxapi.com/2/files/get_thumbnail?Authorization=Bearer%20rrQhsXpulaAAAAAAAAABHrdXCoe1OxElfB7130c8BpDKngu0Zzuc3lqaewX1anTT&amp;amp;Dropbox-API-Arg=%7B%22path%22%3A%22id%3Agm9fj78Rf3AAAAAAAAAADg%22%2C%22size%22%3A%22w128h128%22%2C%22format%22%3A%22jpeg%22%7D" rel="nofollow noreferrer" target="_blank"&gt;https://content.dropboxapi.com/2/files/get_thumbnail?Authorization=Bearer%20rrQhsXpulaAAAAAAAAABHrdXCoe1OxElfB7130c8BpDKngu0Zzuc3lqaewX1anTT&amp;amp;Dropbox-API-Arg=%7B%22path%22%3A%22id%3Agm9fj78Rf3AAAAAAAAAADg%22%2C%22size%22%3A%22w128h128%22%2C%22format%22%3A%22jpeg%22%7D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could we get more info on how this should work, everything in the documentation is focused on POST method.&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:38:04 GMT</pubDate>
    <dc:creator>Petar N.</dc:creator>
    <dc:date>2019-05-29T09:38:04Z</dc:date>
    <item>
      <title>Using V2 HTTP content-style endpoints with GET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-V2-HTTP-content-style-endpoints-with-GET/m-p/163147#M5737</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;when trying to use get_thumbnail API using GET, we always seem to get 400 back. When using the POST and adding Authorization/Dropbox-API-Arg headers, it seems to work.&lt;/P&gt;
&lt;P&gt;What could be the cause of that? Here is what our final request url looks like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://content.dropboxapi.com/2/files/get_thumbnail?Authorization=Bearer%20rrQhsXpulaAAAAAAAAABHrdXCoe1OxElfB7130c8BpDKngu0Zzuc3lqaewX1anTT&amp;amp;Dropbox-API-Arg=%7B%22path%22%3A%22id%3Agm9fj78Rf3AAAAAAAAAADg%22%2C%22size%22%3A%22w128h128%22%2C%22format%22%3A%22jpeg%22%7D" rel="nofollow noreferrer" target="_blank"&gt;https://content.dropboxapi.com/2/files/get_thumbnail?Authorization=Bearer%20rrQhsXpulaAAAAAAAAABHrdXCoe1OxElfB7130c8BpDKngu0Zzuc3lqaewX1anTT&amp;amp;Dropbox-API-Arg=%7B%22path%22%3A%22id%3Agm9fj78Rf3AAAAAAAAAADg%22%2C%22size%22%3A%22w128h128%22%2C%22format%22%3A%22jpeg%22%7D&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could we get more info on how this should work, everything in the documentation is focused on POST method.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-V2-HTTP-content-style-endpoints-with-GET/m-p/163147#M5737</guid>
      <dc:creator>Petar N.</dc:creator>
      <dc:date>2019-05-29T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using V2 HTTP content-style endpoints with GET</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-V2-HTTP-content-style-endpoints-with-GET/m-p/163148#M5738</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/33896666/unable-to-load-image-thumbnail-using-dropbox-v2-api-and-http-get" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/33896666/unable-to-load-image-thumbnail-using-dropbox-v2-api-and-http-get&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;It looks like you already sorted this out on your StackOverflow question, but this is currently documented incorrectly. We'll get that fixed up.&lt;/P&gt;
&lt;P&gt;By the way, for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the /disable_access_token endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#disable-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#disable-token&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 02:43:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-V2-HTTP-content-style-endpoints-with-GET/m-p/163148#M5738</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-25T02:43:52Z</dc:date>
    </item>
  </channel>
</rss>

