Forum Discussion

Steve L.'s avatar
Steve L.
Helpful | Level 6
9 years ago

V2 Obj-C equivalent to [DBFilesystem sharedFilesystem].status.anyInProgress

Is there a V2 Obj-C equivalent to the Sync API [DBFilesystem sharedFilesystem].status.anyInProgress ?

 

That is,  how can I test if there are uploads in progress after fileRoutes batchUploadFiles is called but before the responseBlock is run?

7 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    9 years ago
    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.)
  • Steve L.'s avatar
    Steve L.
    Helpful | Level 6
    9 years ago

     Thanks Greg.

     

    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).  Is it sufficient to just call fileRoutes batchUploadFiles repeatedly and the document at Dropbox reflects the last invocation?  Or do I need to add logic to queue repeated updates to the same document?

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    9 years ago
    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.
  • Steve L.'s avatar
    Steve L.
    Helpful | Level 6
    9 years ago

    The asynchronous and non-deterministic nature of the API will make that (ahem) "interesting".

     

    One final question: do you know of any situation (apart from the app terminating) where the responseBlock in a fileRoutes batchUploadFiles API call will fail to run?  

  • Steve L.'s avatar
    Steve L.
    Helpful | Level 6
    9 years ago

    Thanks Stephen.  I plan to use it to detect if a background batch upload session has abnormally terminated for any reason (unlikely, but it can happen).  If that occurs I can re-initiate the batch upload.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!