<?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: Getting temporary file upload and download links aka pre-signed URLS using Dropbox Java SDK? in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/737082#M3813</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1525276"&gt;@user44&lt;/a&gt; As Здравко said, you can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getTemporaryUploadLink(com.dropbox.core.v2.files.CommitInfo)" target="_self"&gt;getTemporaryUploadLink&lt;/A&gt;, &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#upload(java.lang.String)" target="_self"&gt;upload&lt;/A&gt;, and/or &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#uploadSessionStart()" target="_self"&gt;uploadSessionStart&lt;/A&gt; functionality to upload files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, for downloading, there's the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getTemporaryLink(java.lang.String)" target="_self"&gt;getTemporaryLink&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#download(java.lang.String)" target="_self"&gt;download&lt;/A&gt; functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for how to call such methods with DbxClientV2, check out the examples &lt;A href="https://github.com/dropbox/dropbox-sdk-java#link-an-account" target="_blank"&gt;in the readme&lt;/A&gt; and in &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/examples" target="_blank"&gt;the examples folder&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 14:11:12 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-12-14T14:11:12Z</dc:date>
    <item>
      <title>Getting temporary file upload and download links aka pre-signed URLS using Dropbox Java SDK?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/736920#M3811</link>
      <description>&lt;P&gt;I am looking for how to use Dropbox Java SDK to generate pre-signed URLs for file upload and download. I tried various methods of key object DbxClientV2 but couldn't get anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand raw HTTP usage is given &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_upload_link" target="_self"&gt;here&lt;/A&gt;, but I am looking for using Java SDK.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:13:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/736920#M3811</guid>
      <dc:creator>user44</dc:creator>
      <dc:date>2023-12-13T21:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting temporary file upload and download links aka pre-signed URLS using Dropbox Java SDK?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/736950#M3812</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1525276"&gt;@user44&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I understand raw HTTP usage is given &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-get_temporary_upload_link" target="_self"&gt;here&lt;/A&gt;, but I am looking for using Java SDK.&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/1525276"&gt;@user44&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As seems, you don't understand that most "raw HTTP" related to Dropbox API have their equivalents in all SDKs (including Dropbox Java SDK). In the particular, equivalent call can be seen &lt;A title="Get a one-time use temporary upload link to upload a file to a Dropbox location" href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getTemporaryUploadLink(com.dropbox.core.v2.files.CommitInfo)" target="_blank" rel="noopener"&gt;here&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; Also, you can use &lt;A title="Create a new file with the contents provided in the request" href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#upload(java.lang.String)" target="_blank" rel="noopener"&gt;direct upload&lt;/A&gt; or &lt;A title="Upload sessions allow you to upload a single file in one or more requests, for example where the size of the file is greater than 150 MB" href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#uploadSessionStart()" target="_blank" rel="noopener"&gt;upload session&lt;/A&gt; (for large files).&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 22:43:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/736950#M3812</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-12-13T22:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Getting temporary file upload and download links aka pre-signed URLS using Dropbox Java SDK?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/737082#M3813</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1525276"&gt;@user44&lt;/a&gt; As Здравко said, you can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getTemporaryUploadLink(com.dropbox.core.v2.files.CommitInfo)" target="_self"&gt;getTemporaryUploadLink&lt;/A&gt;, &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#upload(java.lang.String)" target="_self"&gt;upload&lt;/A&gt;, and/or &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#uploadSessionStart()" target="_self"&gt;uploadSessionStart&lt;/A&gt; functionality to upload files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, for downloading, there's the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#getTemporaryLink(java.lang.String)" target="_self"&gt;getTemporaryLink&lt;/A&gt; and &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserFilesRequests.html#download(java.lang.String)" target="_self"&gt;download&lt;/A&gt; functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for how to call such methods with DbxClientV2, check out the examples &lt;A href="https://github.com/dropbox/dropbox-sdk-java#link-an-account" target="_blank"&gt;in the readme&lt;/A&gt; and in &lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/main/examples/examples" target="_blank"&gt;the examples folder&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 14:11:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/737082#M3813</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-12-14T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting temporary file upload and download links aka pre-signed URLS using Dropbox Java SDK?</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/737379#M3814</link>
      <description>&lt;P&gt;thanks for kind words, you have a blessed day &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 18:57:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Getting-temporary-file-upload-and-download-links-aka-pre-signed/m-p/737379#M3814</guid>
      <dc:creator>user44</dc:creator>
      <dc:date>2023-12-15T18:57:41Z</dc:date>
    </item>
  </channel>
</rss>

