<?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: SaveUrlAsync not downloading all requested files in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578398#M26995</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1519256"&gt;@Scott-DB&lt;/a&gt;&amp;nbsp;&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/1519256"&gt;@Scott-DB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi Donald, hopping on the thread here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We did have some hiccups last night with the file saving system, and it's been resolved. Could you try again and let us know how it goes? Thanks!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yep, working again now - thank you! &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; Now to get back to working on the original issue...&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 18:12:44 GMT</pubDate>
    <dc:creator>donaldp</dc:creator>
    <dc:date>2022-02-16T18:12:44Z</dc:date>
    <item>
      <title>SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/575669#M26836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I'm updating an app I first worked on a couple of years ago. At that time I used SaveUrlAsync and it just worked. Well, I THINK it just worked - perhaps it was missing files and I hadn't noticed. Anyhow, now I am definitely missing files. i.e. in a batch of 20 file downloads, I'll typically be missing 3 or so. In fact in my most recent attempt I saw the files download out of order - out of the files that did download, most of them downloaded in order, and then files 2 and 4 popped up at the end after the others (but still some didn't appear at all). I didn't get any exceptions.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SaveUrlAsync.jpg" style="width: 392px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/27478i77A9271623655592/image-size/large?v=v2&amp;amp;px=999" role="button" title="SaveUrlAsync.jpg" alt="SaveUrlAsync.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;So I found this post&amp;nbsp;&lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-method-files-saveUrlCheckJobStatus-quot-asyncJobId-quot/m-p/201554" target="_blank" rel="noopener"&gt;https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/The-method-files-saveUrlCheckJobStatus-quot-asyncJobId-quot/m-p/201554&lt;/A&gt;&amp;nbsp;which mentions issues with a shared folder, which is what I'm working with. Tried changing to a non-shared folder but same issue.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;I also tried checking the SaveUrlResult.IsComplete, and it said false for everything! (even the files I did have)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;That other post has some code that doesn't seem applicable anymore, as it talks about SaveUrlResult.Tag, and the ".tag" doesn't seem to exist anymore.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;Do you have some example C#/.NET code I can follow to make sure all the files download? I tried to follow the other example, but as I said the .tag isn't there anymore (well, at least it's not showing up in my Visual Studio Intellisense - maybe it's not public anymore?).&lt;BR /&gt;&lt;BR /&gt;This is what I have at the moment...&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;public async Task&amp;lt;string&amp;gt; SaveFromURLAsync(string URL,string Filename)
{
string resultString=null;
try {
    SaveUrlResult result=await DxClient.Files.SaveUrlAsync(Filename,URL);
    resultString=result.IsComplete.ToString();
    }
catch (Exception ex) {
    DebugUtil.ConsoleWrite(debugOn,$"EXCEPTION IN SAVEFROMURLASYNC IS {ex.Message}");
    }
return resultString;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Donald.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:49:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/575669#M26836</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2022-04-27T12:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/576057#M26848</link>
      <description>&lt;P&gt;Whenever you use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlAsync.htm" target="_self"&gt;SaveUrlAsync&lt;/A&gt;, you should also implement support for calling &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlCheckJobStatusAsync_1.htm" target="_self"&gt;SaveUrlCheckJobStatusAsync&lt;/A&gt;, as you aren't guaranteed to get the completed result immediately on &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlAsync.htm" target="_self"&gt;SaveUrlAsync&lt;/A&gt;. The &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_SaveUrlResult.htm" target="_self"&gt;SaveUrlResult&lt;/A&gt; from &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlAsync.htm" target="_self"&gt;SaveUrlAsync&lt;/A&gt; can be either the complete result (IsComplete), or an async job ID (IsAsyncJobId).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you get back a job ID, you'll need to poll &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlCheckJobStatusAsync_1.htm" target="_self"&gt;SaveUrlCheckJobStatusAsync&lt;/A&gt; with that job ID to check the result. The .NET SDK doesn't have an example for that in particular, but you can call that method like the other methods in the SDK. Refer to the documentation linked above for more information on the options and types. Give that a try and let us know if you run in to any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, note that the thread you linked to was discussing the Java SDK, not the .NET SDK, so the code won't be applicable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 16:00:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/576057#M26848</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-02-07T16:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/576146#M26857</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Greg, &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;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"note that the thread you linked to was discussing the Java SDK"&lt;BR /&gt;&lt;BR /&gt;Oh ok. No, I didn't notice that. No wonder there was some confusion. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@C527F4E218A7A25EFA336AFC7E7A2F9B/emoticons/1f602.png" alt=":face_with_tears_of_joy:" title=":face_with_tears_of_joy:" /&gt;&lt;BR /&gt;&lt;BR /&gt;"the complete result (IsComplete)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yeah I saw that through Intellisense and tried that to begin with, but as I said I was getting false returned for everything, even the ones that did work.&lt;BR /&gt;&lt;BR /&gt;"you'll need to poll&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_SaveUrlCheckJobStatusAsync_1.htm" target="_self" rel="nofollow noopener noreferrer"&gt;SaveUrlCheckJobStatusAsync&lt;/A&gt;&amp;nbsp;with that job ID to check the result. The .NET SDK doesn't have an example for that in particular"&lt;BR /&gt;&lt;BR /&gt;Ok, so more or less what was described in the other thread then. This is what I was going to try, but the non-existence of "tag" made me wonder if I was heading down the right path, and I couldn't find any sample code (also threw me that IsComplete was always false). I'll fiddle around with that a bit through Intellisense. I guess I'll do something like if (!IsComplete) then SaveURLCheckJobStatus(IsAsyncJobId). Thanks. &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;</description>
      <pubDate>Mon, 07 Feb 2022 20:21:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/576146#M26857</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2022-02-07T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578240#M26989</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I've not changed any code at all since I was last working on this (was about to resume working on it), and now nothing at all is downloading - are you aware of any server issues with SaveFromURLAsync? Everything else is working (e.g. WriteFileAsync). There was some maintenance done just over 2 hours ago, which may be related.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;The only change from before is I've updated Visual Studio today, which shouldn't affect it (in fact the reason I found SaveFromURLAsync wasn't working anymore was when I was testing out Visual Studio post-update). I even re-cloned from my last commit, when everything 100% was working, and same thing - nothing getting downloaded at all. Not on the Dropbox server either.&lt;BR /&gt;&lt;BR /&gt;I already tagged Dropbox Support on Twitter, but thought I'd check in here too (I'm not sure what the preferred channel is when there's a suspected server issue - I figured Twitter would probably get noticed faster).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. it's failing silently - no exceptions or any other sort of error message, just no files at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.P.S. I just tried downloading from a completely different website to rule that out, and again nothing downloaded, so it's not the source website either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Donald.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 05:42:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578240#M26989</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2022-02-16T05:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578396#M26994</link>
      <description>&lt;P&gt;Hi Donald, hopping on the thread here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We did have some hiccups last night with the file saving system, and it's been resolved. Could you try again and let us know how it goes? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 17:51:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578396#M26994</guid>
      <dc:creator>Scott-DB</dc:creator>
      <dc:date>2022-02-16T17:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: SaveUrlAsync not downloading all requested files</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578398#M26995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1519256"&gt;@Scott-DB&lt;/a&gt;&amp;nbsp;&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/1519256"&gt;@Scott-DB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi Donald, hopping on the thread here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We did have some hiccups last night with the file saving system, and it's been resolved. Could you try again and let us know how it goes? Thanks!&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yep, working again now - thank you! &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; Now to get back to working on the original issue...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 18:12:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SaveUrlAsync-not-downloading-all-requested-files/m-p/578398#M26995</guid>
      <dc:creator>donaldp</dc:creator>
      <dc:date>2022-02-16T18:12:44Z</dc:date>
    </item>
  </channel>
</rss>

