<?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 Getting Share Link Before Upload Completes in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220449#M11667</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add a file to dropbox and get the share link *before* the upload completes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're adding video files, which may take several minutes to upload, so having the user wait is a bit painful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to work fine on the desktop - if I drag a large file into a Dropbox folder, I can immediately get the "Copy Dropbox Link" (and if I use the link I just see a File Uploading page - which is fine for us), but I can't figure out a way to do this with the APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any thoughts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:22:48 GMT</pubDate>
    <dc:creator>edh</dc:creator>
    <dc:date>2019-05-29T09:22:48Z</dc:date>
    <item>
      <title>Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220449#M11667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add a file to dropbox and get the share link *before* the upload completes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're adding video files, which may take several minutes to upload, so having the user wait is a bit painful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to work fine on the desktop - if I drag a large file into a Dropbox folder, I can immediately get the "Copy Dropbox Link" (and if I use the link I just see a File Uploading page - which is fine for us), but I can't figure out a way to do this with the APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any thoughts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:22:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220449#M11667</guid>
      <dc:creator>edh</dc:creator>
      <dc:date>2019-05-29T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220518#M11674</link>
      <description>&lt;P&gt;This is technically possible using the 'pending_upload' parameter on &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link" target="_self"&gt;/2/sharing/create_shared_link&lt;/A&gt;, but that endpoint is deprecated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There isn't currently a non-deprecated way of getting a shared link for a pending file like this, but I'll be sure to pass this along as a feature request.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 17:38:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220518#M11674</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-10T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220566#M11682</link>
      <description>&lt;P&gt;&amp;nbsp;Hey Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you think of any other work-aounds for this? &amp;nbsp;Would uploading a small (like 1 byte) file, getting the share link, then replacing it with the full video file (same file name) work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 23:14:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220566#M11682</guid>
      <dc:creator>edh</dc:creator>
      <dc:date>2017-05-10T23:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220573#M11683</link>
      <description>That should technically work, but I don't recommend it, since it makes the process less obvious/more error prone. For instance, it may make it less obvious if the actual file upload failed, since the the file would appear to already be there as far as the user can see, if they don't check the file size. The user may then download the temporary file without realizing it isn't the real file.</description>
      <pubDate>Thu, 11 May 2017 00:30:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220573#M11683</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-11T00:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220640#M11686</link>
      <description>&lt;P&gt;Thanks again, Greg.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other suggestions or workarounds you can think of for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Breaking up the user's workflow like this waiting for a download link is a non-starter for us. &amp;nbsp;(and as a user myself, it's painful! &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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway to compute what the final share link will be, or anything elase we could try?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 12:38:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220640#M11686</guid>
      <dc:creator>edh</dc:creator>
      <dc:date>2017-05-11T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220715#M11692</link>
      <description>No, I'm afraid I can't think of another workaround for this. Using the deprecated endpoint or using a placeholder file are the only things that come to mind.&lt;BR /&gt;&lt;BR /&gt;The shared links can't be "computed" exactly, since the token in the URL is randomly generated only when the link is created.</description>
      <pubDate>Thu, 11 May 2017 18:29:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/220715#M11692</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-11T18:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223289#M11990</link>
      <description>&lt;P&gt;What would be very helpful&amp;nbsp;would be an atomic&amp;nbsp;&lt;SPAN&gt;batchUploadFiles which created and returned share links for all of the URLs in the &lt;/SPAN&gt;&lt;SPAN&gt;uploadFilesUrlsToCommitInfo dictionary (to use Obj-C terminology).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This would simplify sharing a batch of files, reducing both latency and the number of requests needed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Consider this a feature request &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;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 08:09:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223289#M11990</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-05-29T08:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223363#M12000</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/531"&gt;@Steve L.&lt;/a&gt;&amp;nbsp;Thanks! I'll send that along.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 18:46:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223363#M12000</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-05-29T18:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Share Link Before Upload Completes</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223689#M12045</link>
      <description>&lt;P&gt;Would also love to see a solution to this.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 15:43:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Getting-Share-Link-Before-Upload-Completes/m-p/223689#M12045</guid>
      <dc:creator>Terryble</dc:creator>
      <dc:date>2017-05-31T15:43:22Z</dc:date>
    </item>
  </channel>
</rss>

