<?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 upload via Python in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595233#M2583</link>
    <description>&lt;P&gt;My bad, man! I’m actually not receiving any error! The files_upload function seems to be successful as no exception is thrown, but when I check the /CSV_UPLOADS folder, the file that was supposed to be uploaded isn’t there!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 21:36:10 GMT</pubDate>
    <dc:creator>streetcodernate</dc:creator>
    <dc:date>2022-05-04T21:36:10Z</dc:date>
    <item>
      <title>Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591240#M2520</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;The Dropbox upload via Python script file with the Raspberry Pi via the API&amp;nbsp; interface suddenly no longer works.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Does anybody have the same Problem ?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 04:51:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591240#M2520</guid>
      <dc:creator>Holzauge20</dc:creator>
      <dc:date>2022-04-18T04:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591396#M2522</link>
      <description>&lt;P&gt;This may be due to a recent change to our TLS configuration. Dropbox recently retired support for older versions of the TLS protocol, specifically 1.0 and 1.1. You'll need to make sure your app uses TLS 1.2. If you're using &lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank" rel="noopener noreferrer"&gt;the Dropbox Python SDK&lt;/A&gt;, to use TLS 1.2 you'll need to update to at least v8.4.1 of that SDK (or preferably, the latest version which is currently v11.29.0).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. In that case, please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the name and version number of the platform and 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;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 18 Apr 2022 14:31:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591396#M2522</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-04-18T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591414#M2524</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;That was the solution. you helped me a lot.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks very much.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 16:40:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/591414#M2524</guid>
      <dc:creator>Holzauge20</dc:creator>
      <dc:date>2022-04-18T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595198#M2581</link>
      <description>&lt;P&gt;This still isn't working for me. I am using version 11.30.0 and my code looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def upload_file_to_dropbox(_file, file_name):
    dbx = get_dropbox_client()
    try:
        dbx.files_upload(_file.read(), '/CSV_UPLOADS/' + file_name)
        print(f'file {file_name} uploaded to dropbox')
    except Exception as e:
        print(e)
        return False&lt;/LI-CODE&gt;&lt;P&gt;what could be my issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 20:08:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595198#M2581</guid>
      <dc:creator>streetcodernate</dc:creator>
      <dc:date>2022-05-04T20:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595216#M2582</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1539762"&gt;@streetcodernate&lt;/a&gt; Can you elaborate on what you mean when you say it isn't working for you? What error or unexpected output are you getting?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 21:04:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595216#M2582</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-05-04T21:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595233#M2583</link>
      <description>&lt;P&gt;My bad, man! I’m actually not receiving any error! The files_upload function seems to be successful as no exception is thrown, but when I check the /CSV_UPLOADS folder, the file that was supposed to be uploaded isn’t there!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 21:36:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595233#M2583</guid>
      <dc:creator>streetcodernate</dc:creator>
      <dc:date>2022-05-04T21:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595234#M2584</link>
      <description>&lt;P&gt;Wow, nvm! I found the folder! It was uploading to an entirely different folder due to me changing the scope of my access token. It's all good now. Thanks for the help, Greg&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 21:51:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595234#M2584</guid>
      <dc:creator>streetcodernate</dc:creator>
      <dc:date>2022-05-04T21:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox upload via Python</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595235#M2585</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1539762"&gt;@streetcodernate&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... but when I check the /CSV_UPLOADS folder, the file that was supposed to be uploaded isn’t there!&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1539762"&gt;@streetcodernate&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Does you application have full account access or only application folder access? 🧐 If it's the second case where are you actually looking for your CSV_UPLOADS folder? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; In account root folder or within the application folder? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;&lt;P&gt;Hope this gives direction.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 21:54:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Dropbox-upload-via-Python/m-p/595235#M2585</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-05-04T21:54:27Z</dc:date>
    </item>
  </channel>
</rss>

