<?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: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217190#M11328</link>
    <description>&lt;P&gt;The asynchronous and non-deterministic nature of the API will make that (ahem) "interesting".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One final question: do you know of any situation (apart from the app terminating) where the responseBlock in a&amp;nbsp;&lt;SPAN&gt;fileRoutes batchUploadFiles API call will fail to run? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 02:33:11 GMT</pubDate>
    <dc:creator>Steve L.</dc:creator>
    <dc:date>2017-04-21T02:33:11Z</dc:date>
    <item>
      <title>V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216772#M11270</link>
      <description>&lt;P&gt;Is there a V2 Obj-C equivalent to the Sync API&amp;nbsp;[DBFilesystem sharedFilesystem].status.anyInProgress ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is, &amp;nbsp;how can I test if there are uploads in progress after fileRoutes batchUploadFiles is called but before the responseBlock&amp;nbsp;is run?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:23:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216772#M11270</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2019-05-29T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216900#M11281</link>
      <description>Hi Steve, no, unfortunately the SDK doesn't offer anything analogous to status.anyInProgress, but I'll be sure to pass this along as a feature request. You'll need to keep track of this state via your app's logic instead. (I.e., set some state when kicking off the operation, and unset it when the response block runs.)</description>
      <pubDate>Wed, 19 Apr 2017 17:20:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216900#M11281</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-19T17:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216975#M11301</link>
      <description>&lt;P&gt;&amp;nbsp;Thanks Greg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The specific situation I'm trying to accommodate is where a user repeatedly changes a file (e.g. editing an online document or cropping a photo). &amp;nbsp;Is it sufficient to just call&amp;nbsp;&lt;SPAN&gt;fileRoutes batchUploadFiles repeatedly and the document at Dropbox reflects the last invocation? &amp;nbsp;Or do I need to add logic to queue repeated updates to the same document?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 00:25:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/216975#M11301</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-04-20T00:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217117#M11309</link>
      <description>The exact behavior in that case would depend on which of the calls succeed first, and what write mode you're using, so it would be safer to queue these up in order.</description>
      <pubDate>Thu, 20 Apr 2017 17:24:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217117#M11309</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-20T17:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217190#M11328</link>
      <description>&lt;P&gt;The asynchronous and non-deterministic nature of the API will make that (ahem) "interesting".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One final question: do you know of any situation (apart from the app terminating) where the responseBlock in a&amp;nbsp;&lt;SPAN&gt;fileRoutes batchUploadFiles API call will fail to run? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 02:33:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217190#M11328</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-04-21T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217309#M11338</link>
      <description>There are some complications around background sessions. You can find more information about that here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#note-about-background-sessions" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c#note-about-background-sessions&lt;/A&gt;</description>
      <pubDate>Fri, 21 Apr 2017 17:34:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/217309#M11338</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-04-21T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/218464#M11469</link>
      <description>&lt;P&gt;Steve, an `&lt;SPAN&gt;uploadsInProgress` method has been added to the batch upload logic in &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/releases/tag/3.0.16" target="_self"&gt;the latest version of the SDK&lt;/A&gt;. Let us know if you have any problems with it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 21:20:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/218464#M11469</guid>
      <dc:creator>Stephen C.14</dc:creator>
      <dc:date>2017-04-28T21:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/218491#M11474</link>
      <description>&lt;P&gt;Thanks Stephen. &amp;nbsp;I plan to use it to detect if a background batch upload session has abnormally terminated for any reason (unlikely, but it can happen). &amp;nbsp;If that occurs I can re-initiate the batch upload.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Apr 2017 02:23:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/V2-Obj-C-equivalent-to-DBFilesystem-sharedFilesystem-status/m-p/218491#M11474</guid>
      <dc:creator>Steve L.</dc:creator>
      <dc:date>2017-04-29T02:23:45Z</dc:date>
    </item>
  </channel>
</rss>

