<?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 How can I export images from Dropbox to OpenAlpr image_path? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-export-images-from-Dropbox-to-OpenAlpr-image-path/m-p/425112#M22708</link>
    <description>&lt;P&gt;I want to use the image in Dropbox Folder.&lt;/P&gt;&lt;P&gt;How can I export images from Dropbox to OpenAlpr image_path? Plzzzz&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@5256EFF7FF66B3E2CD09098130811415/images/emoticons/1f622.png" alt=":cry:" title=":cry:" /&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16044iD74B80954AE141A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16043iED60E69CB351D691/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2020 15:19:38 GMT</pubDate>
    <dc:creator>kaao_19</dc:creator>
    <dc:date>2020-05-29T15:19:38Z</dc:date>
    <item>
      <title>How can I export images from Dropbox to OpenAlpr image_path?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-export-images-from-Dropbox-to-OpenAlpr-image-path/m-p/425112#M22708</link>
      <description>&lt;P&gt;I want to use the image in Dropbox Folder.&lt;/P&gt;&lt;P&gt;How can I export images from Dropbox to OpenAlpr image_path? Plzzzz&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@5256EFF7FF66B3E2CD09098130811415/images/emoticons/1f622.png" alt=":cry:" title=":cry:" /&gt;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16044iD74B80954AE141A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="01.jpg" alt="01.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.jpg" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/16043iED60E69CB351D691/image-size/large?v=v2&amp;amp;px=999" role="button" title="02.jpg" alt="02.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 15:19:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-export-images-from-Dropbox-to-OpenAlpr-image-path/m-p/425112#M22708</guid>
      <dc:creator>kaao_19</dc:creator>
      <dc:date>2020-05-29T15:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I export images from Dropbox to OpenAlpr image_path?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-export-images-from-Dropbox-to-OpenAlpr-image-path/m-p/425150#M22709</link>
      <description>&lt;P&gt;I can't help with the&amp;nbsp;OpenAlpr side of things as that's not made by Dropbox, but&amp;nbsp;Dropbox does offer an API you can use for listing, uploading, and downloading files to/from Dropbox, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, we do offer an official Python SDK:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-python" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-python&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that, you can use the&amp;nbsp;files_download or&amp;nbsp;files_download_to_file methods to download files, for instance:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_download" target="_blank"&gt;https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_download&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_download_to_file" target="_blank"&gt;https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_download_to_file&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 29 May 2020 17:16:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-export-images-from-Dropbox-to-OpenAlpr-image-path/m-p/425150#M22709</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-29T17:16:44Z</dc:date>
    </item>
  </channel>
</rss>

