<?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: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/ in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716254#M31715</link>
    <description>&lt;P&gt;I notice you're calling the /2/files/upload endpoint when this occurs. How big is the file you're trying to upload when it returns this error?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 12:29:37 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-09-25T12:29:37Z</dc:date>
    <item>
      <title>HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/file</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716201#M31711</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to integrate odoo to dropbox and getting below error.&lt;/P&gt;
&lt;P&gt;HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/upload (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2426)')))&lt;BR /&gt;&lt;BR /&gt;What can we do about this? How to resolve this error?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 10:34:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716201#M31711</guid>
      <dc:creator>Xpb</dc:creator>
      <dc:date>2023-09-25T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716215#M31712</link>
      <description>&lt;P&gt;The domain is using cloudflare SSL.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 11:15:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716215#M31712</guid>
      <dc:creator>Xpb</dc:creator>
      <dc:date>2023-09-25T11:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716254#M31715</link>
      <description>&lt;P&gt;I notice you're calling the /2/files/upload endpoint when this occurs. How big is the file you're trying to upload when it returns this error?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:29:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716254#M31715</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-09-25T12:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716256#M31717</link>
      <description>&lt;P&gt;Hardly a 20 25 mb I believe.&lt;BR /&gt;&lt;BR /&gt;I did setup odoo16 to dropbox. &lt;A href="https://apps.odoo.com/apps/modules/16.0/auto_database_backup/" target="_blank"&gt;https://apps.odoo.com/apps/modules/16.0/auto_database_backup/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How can I fix it?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 12:31:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716256#M31717</guid>
      <dc:creator>Xpb</dc:creator>
      <dc:date>2023-09-25T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPSConnectionPool(host='content.dropboxapi.com', port=443): Max retries exceeded with url: /2/</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716273#M31719</link>
      <description>&lt;P&gt;Thanks for following up. The&amp;nbsp;/2/files/upload endpoint supports uploading files up to 150 MB, so a 25 MB file should be fine. That being the case, it's unclear what may be causing this, so to investigate further I'd need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name and version number of the platform and Dropbox SDK/library you are using, if any&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note that this is something that would need to be debugged by the programmer of the app, so if you are not the programmer responsible for this integration, you may need to contact them first. They can reach out directly to us for help with the Dropbox API.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 13:31:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HTTPSConnectionPool-host-content-dropboxapi-com-port-443-Max/m-p/716273#M31719</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-09-25T13:31:02Z</dc:date>
    </item>
  </channel>
</rss>

