<?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 Dropbox and Lazarus in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-and-Lazarus/m-p/595860#M27695</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello.&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;I am relatively new to programming.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have created an application with lazarus.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;For its best operation I would like through the link to be able to download and upload a file.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;So far I can download it and save a copy on my computer.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would like to ask if it is possible to upload the file to dropbox via the link.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;If so is there an example with the required parameters?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;If not is there a library or add-on for lazarus?&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&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 13:33:34 GMT</pubDate>
    <dc:creator>magleft</dc:creator>
    <dc:date>2022-05-09T13:33:34Z</dc:date>
    <item>
      <title>Dropbox and Lazarus</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-and-Lazarus/m-p/595860#M27695</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello.&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;I am relatively new to programming.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have created an application with lazarus.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;For its best operation I would like through the link to be able to download and upload a file.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;So far I can download it and save a copy on my computer.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would like to ask if it is possible to upload the file to dropbox via the link.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;If so is there an example with the required parameters?&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;If not is there a library or add-on for lazarus?&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&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 13:33:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-and-Lazarus/m-p/595860#M27695</guid>
      <dc:creator>magleft</dc:creator>
      <dc:date>2022-05-09T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dropbox and Lazarus</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-and-Lazarus/m-p/595942#M27696</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1540706"&gt;@magleft&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Unfortunately your environment language (Pascal) is NOT supported directly by Dropbox. Yes, using regular web queries you can download files pointed by URLs like shared links.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1540706"&gt;@magleft&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I would like to ask if it is possible to upload the file to dropbox via the link. &lt;/SPAN&gt;&lt;/SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately upload to a link (I suppose you mean file request) isn't so easy, cosa it's not a simple request. Such types of upload targets to Web interfaces (browser) and completely unsupported by Dropbox by any other way.&lt;/P&gt;&lt;P&gt;You can look around for some community driven library (SDK) targeting Pascal. Another way is direct driving calls to Dropbox API. In other words to do something like your own SDK (no necessary literally). Using Lazarus utilities/libraries for web calls you can perform all needed API calls, like any SDK would do. Take a look on the &lt;A title="Dropbox API v2" href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank" rel="noopener"&gt;user API list&lt;/A&gt;. You can test/prototype your calls using &lt;A title="Dropbox API Explorer" href="https://dropbox.github.io/dropbox-api-v2-explorer/" target="_blank" rel="noopener"&gt;API Explorer&lt;/A&gt;. &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;Happy diving in programming world!&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 13:14:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Dropbox-and-Lazarus/m-p/595942#M27696</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-05-09T13:14:40Z</dc:date>
    </item>
  </channel>
</rss>

