<?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: Test whether file has finished syncing on windows in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387056#M933</link>
    <description>&lt;P&gt;That's correct. The&amp;nbsp;Dropbox API operates by communicating with the&amp;nbsp;Dropbox servers, so information about unstarted or incomplete activity from desktop clients wouldn't be available anyway.&lt;/P&gt;
&lt;P&gt;I'm afraid I don't have any information to offer about inspecting local file attributes or the local Dropbox client/service. I can't&amp;nbsp;recommend doing so anyway as that's not officially documented&amp;nbsp;for use as a programmatic interface like this, and so is subject to change.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2020 16:34:27 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-01-02T16:34:27Z</dc:date>
    <item>
      <title>Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387010#M930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to test programatically (any language/script) whether a file which has just been changed locally on PC has finished syncing via dropbox.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it hasn't yet started syncing or hasn't yet finished, my code must wait.&lt;/P&gt;
&lt;P&gt;My first stab was examining the dropbox file attributes (&lt;A href="https://help.dropbox.com/installs-integrations/sync-uploads/extended-attributes" target="_blank" rel="noopener"&gt;https://help.dropbox.com/installs-integrations/sync-uploads/extended-attributes&lt;/A&gt;), but having worked out how to get the extended attributes, I can't find any resources to interpret them.&lt;/P&gt;
&lt;P&gt;I also considered the API, but I have read that there is not a straightforward check using the API on the status of a local filesystem file.&lt;/P&gt;
&lt;P&gt;Any suggestions, or details for the attributes would be appreciated.&lt;/P&gt;
&lt;P&gt;Thanks, and Happy 2020!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 15:15:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387010#M930</guid>
      <dc:creator>MWS-TSG</dc:creator>
      <dc:date>2020-01-02T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387050#M931</link>
      <description>&lt;P&gt;Unfortunately, Dropbox doesn't offer an official API for checking the status of the local Dropbox desktop client or files like this, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 15:53:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387050#M931</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-02T15:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387055#M932</link>
      <description>Greg, thanks for the confirmation of what I saw elsewhere (but needed checking).&lt;BR /&gt;My half-baked ideas of the API would have me expect that the API is running on the Dropbox server, which might not even yet know that the file had been changed if the syncing hasn’t yet started, in which case a server API call would be unreliable anyway.&lt;BR /&gt;Would you know anything about interrogating the local machine using file attributes or the Dropbox service?</description>
      <pubDate>Thu, 02 Jan 2020 16:28:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387055#M932</guid>
      <dc:creator>MWS-TSG</dc:creator>
      <dc:date>2020-01-02T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387056#M933</link>
      <description>&lt;P&gt;That's correct. The&amp;nbsp;Dropbox API operates by communicating with the&amp;nbsp;Dropbox servers, so information about unstarted or incomplete activity from desktop clients wouldn't be available anyway.&lt;/P&gt;
&lt;P&gt;I'm afraid I don't have any information to offer about inspecting local file attributes or the local Dropbox client/service. I can't&amp;nbsp;recommend doing so anyway as that's not officially documented&amp;nbsp;for use as a programmatic interface like this, and so is subject to change.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 16:34:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/387056#M933</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-02T16:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391303#M947</link>
      <description>&lt;P&gt;Thanks, Greg.&lt;/P&gt;&lt;P&gt;I have experimented with manually pausing dropbox for the duration of my process, and then un-pausing. This has the desired effect. Therefore I do have one more question which is:&lt;/P&gt;&lt;P&gt;How do I pause/un-pause Dropbox syncing programatically, using a script or command?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 09:29:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391303#M947</guid>
      <dc:creator>MWS-TSG</dc:creator>
      <dc:date>2020-01-22T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391432#M949</link>
      <description>&lt;P&gt;Hi Mark, unfortunately&amp;nbsp;Dropbox also doesn't offer an official interface for pausing/resuming the desktop client. I'll pass this along as a request as well, but likewise I can't promise if/when that might be implemented. Apologies I don't have better news for you!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 16:59:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391432#M949</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-01-22T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391451#M950</link>
      <description>&lt;P&gt;Thanks, Greg!&lt;/P&gt;&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 18:22:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391451#M950</guid>
      <dc:creator>MWS-TSG</dc:creator>
      <dc:date>2020-01-22T18:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Test whether file has finished syncing on windows</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391462#M951</link>
      <description>&lt;P&gt;In case anyone else has a simiar challenge, mine was related to a large file in Windows 10 becoming 'locked' by dropbox just after it was changed, which was just when the next process (MS Access) needed to open it, and could not.&lt;/P&gt;&lt;P&gt;The workaround I have adopted is to suspend dropbox using a command in a batch file, run my tasks, and then resume dropbox. I followed this post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://superuser.com/questions/693680/pausing-resuming-dropbox-from-the-command-line-windows" target="_blank"&gt;https://superuser.com/questions/693680/pausing-resuming-dropbox-from-the-command-line-windows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;using the pssuspend command.&lt;/P&gt;&lt;P&gt;That seems to have worked well.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:20:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Test-whether-file-has-finished-syncing-on-windows/m-p/391462#M951</guid>
      <dc:creator>MWS-TSG</dc:creator>
      <dc:date>2020-01-22T19:20:36Z</dc:date>
    </item>
  </channel>
</rss>

