<?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: syncing not working for files uploaded using dropbox api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239110#M13273</link>
    <description>&lt;P&gt;Quick question on syncing. Is there a way to remove/empty the original dropbox folder once sync has downloaded the file onto the PC?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 16:27:19 GMT</pubDate>
    <dc:creator>scribe4you</dc:creator>
    <dc:date>2017-08-29T16:27:19Z</dc:date>
    <item>
      <title>syncing not working for files uploaded using dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239000#M13262</link>
      <description>&lt;P&gt;we have created an app using dropbox api which is sending audio files to our dropbox folder. But those files are not appearing on my desktop although I have full sync on. When I am manually putting files in that folder, they are syncing ok. So how do I sync the files which are coming through the dropbox api?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239000#M13262</guid>
      <dc:creator>scribe4you</dc:creator>
      <dc:date>2019-05-29T09:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: syncing not working for files uploaded using dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239077#M13269</link>
      <description>Files uploaded via the API should automatically sync to connected computers, just like files uploaded from any other source.&lt;BR /&gt;&lt;BR /&gt;First, we should determine where this is isn't working for you:&lt;BR /&gt;&lt;BR /&gt;1) Is the upload API call returning a success response?&lt;BR /&gt;If not, the upload failed to begin with. Check the response for information on why it failed.&lt;BR /&gt;&lt;BR /&gt;2) Is the Dropbox web site showing the uploaded file? &lt;BR /&gt;First, make sure you're checking the right location. For example, if your app has the "app folder" permission, files will be uploaded into the "app folder" for the app, by default under "/Apps/&amp;lt;app folder name&amp;gt;". This would be the location of the file in the desktop client too.&lt;BR /&gt;&lt;BR /&gt;If the file is showing on the web site, then there may just be a syncing issue with your desktop client, in which case you'll need to contact user support for help with that desktop syncing issue: &lt;A href="https://www.dropbox.com/support" target="_blank"&gt;https://www.dropbox.com/support&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If the file is not showing on the web site, please share the response from the upload API call so we can look into it.</description>
      <pubDate>Tue, 29 Aug 2017 15:04:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239077#M13269</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-29T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: syncing not working for files uploaded using dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239109#M13272</link>
      <description>&lt;P&gt;Thanks for your response. It seems like the app was sending files with : in the filename which dropbox sync doesn't work with.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:25:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239109#M13272</guid>
      <dc:creator>scribe4you</dc:creator>
      <dc:date>2017-08-29T16:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: syncing not working for files uploaded using dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239110#M13273</link>
      <description>&lt;P&gt;Quick question on syncing. Is there a way to remove/empty the original dropbox folder once sync has downloaded the file onto the PC?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:27:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239110#M13273</guid>
      <dc:creator>scribe4you</dc:creator>
      <dc:date>2017-08-29T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: syncing not working for files uploaded using dropbox api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239139#M13276</link>
      <description>&lt;P&gt;I'm not sure if this is what you're looking for, but you can use &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-delete_v2" target="_self"&gt;the delete endpoint&lt;/A&gt;&amp;nbsp;(or corresponding delete method in whatever SDK you're using, if any) to delete any file or folder programmatically. There isn't a way via the API to determine if the sync operation to any particular client has finished though.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:21:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/syncing-not-working-for-files-uploaded-using-dropbox-api/m-p/239139#M13276</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-29T19:21:23Z</dc:date>
    </item>
  </channel>
</rss>

