<?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: dropbox python sdk in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369603#M20856</link>
    <description>&lt;P&gt;I'll be happy to help with this, but I'll need some more information. Can you let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What are the types and values of 'dst' and 'src' in this code?&lt;/LI&gt;
&lt;LI&gt;What version number of the 'dropbox' library do you have installed?&lt;/LI&gt;
&lt;LI&gt;What version number of the 'requests' library do you have installed?&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 07 Oct 2019 15:57:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-10-07T15:57:09Z</dc:date>
    <item>
      <title>dropbox python sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369551#M20852</link>
      <description>&lt;P&gt;Could anyone help me please?&lt;BR /&gt;&lt;BR /&gt;I have a few lines of code in Python:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;from &lt;/SPAN&gt;dropbox &lt;SPAN&gt;import &lt;/SPAN&gt;Dropbox&lt;BR /&gt;dbx &lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;(&amp;lt;my_access_token&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;dbx&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;files_download_to_file&lt;/SPAN&gt;&lt;SPAN&gt;(dst&lt;/SPAN&gt;&lt;SPAN&gt;, src&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;During executing this code an error is raising up:&lt;/P&gt;&lt;PRE&gt;http_resp: expected requests.models.Response, got &amp;lt;class 'requests.models.Response'&amp;gt;&lt;/PRE&gt;&lt;P&gt;And i do not know what to do with this exeption.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 13:38:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369551#M20852</guid>
      <dc:creator>apogoreliy</dc:creator>
      <dc:date>2019-10-07T13:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox python sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369603#M20856</link>
      <description>&lt;P&gt;I'll be happy to help with this, but I'll need some more information. Can you let me know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What are the types and values of 'dst' and 'src' in this code?&lt;/LI&gt;
&lt;LI&gt;What version number of the 'dropbox' library do you have installed?&lt;/LI&gt;
&lt;LI&gt;What version number of the 'requests' library do you have installed?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 07 Oct 2019 15:57:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369603#M20856</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-07T15:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox python sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369610#M20857</link>
      <description>&lt;P&gt;Thanks a lot for a reply!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The types of 'dst' and 'src' are strings.&lt;BR /&gt;'dst' value is '/tmp/backups/products.sql'&lt;BR /&gt;'src' value is '/test/products.sql'&lt;BR /&gt;&lt;/SPAN&gt;the 'dropbox' library number version is&amp;nbsp;9.4.0&lt;BR /&gt;the '&lt;SPAN&gt;requests&lt;/SPAN&gt;' library number version is 2.22.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 16:10:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369610#M20857</guid>
      <dc:creator>apogoreliy</dc:creator>
      <dc:date>2019-10-07T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox python sdk</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369626#M20859</link>
      <description>&lt;P&gt;Thanks! Those variables types and values look fine.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tried this with those same versions of dropbox and requests though, and I didn't get that error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you modified the dropbox or requests libraries at all, or do you have anything in your code that may be impacting the types? If you can share the minimal code needed to reproduce this, that would be helpful.&lt;/P&gt;
&lt;P&gt;Also, what version of Python itself are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 17:45:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-python-sdk/m-p/369626#M20859</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-10-07T17:45:12Z</dc:date>
    </item>
  </channel>
</rss>

