<?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: How to control already updated files with JAVA API? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175310#M6903</link>
    <description>&lt;P&gt;Than&lt;/P&gt;
&lt;P&gt;ks for the response and I'm sorry if I wasn't clear.&lt;/P&gt;
&lt;P&gt;But anyways, I need the API to tell me what files have been already uploaded to dropbox.&lt;BR /&gt;When you have a Dropbox folder in your PC. &lt;BR /&gt;Like this:&lt;IMG src="https://www.dropboxforum.com/hc/user_images/tNNg57zOdot42hgHF96V2Q.png" /&gt;&lt;/P&gt;
&lt;P&gt;Just to illustrate, the goal of my app is to create a folder for each client, allowing the client to add files to the folder, so that the app can upload those files through the Dropbox API. However, it can't be a shared folder, because if the client delete a file, this file can not be deleted in the server. Or, if the client already sent a file, the app should not upload this file again or replace a existing file.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Sat, 09 Jul 2016 00:01:58 GMT</pubDate>
    <dc:creator>Renan F.1</dc:creator>
    <dc:date>2016-07-09T00:01:58Z</dc:date>
    <item>
      <title>How to control already updated files with JAVA API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175308#M6901</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm very new with this API and didn't have much time to go through a lot of stuff. But, from what I saw, I couldn't find a way to control,programmatically inside a folder, files that have already been uploaded to Dropbox.&lt;BR /&gt;Just like the client Dropbox does.&lt;BR /&gt;&lt;BR /&gt;If somebody could help me by giving an example or a direction, it would be much appreciated.&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:31:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175308#M6901</guid>
      <dc:creator>Renan F.1</dc:creator>
      <dc:date>2019-05-29T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to control already updated files with JAVA API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175309#M6902</link>
      <description>&lt;P&gt;What do you mean be "control" exactly?&amp;nbsp;What operations do you need to perform?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2016 20:51:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175309#M6902</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-08T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to control already updated files with JAVA API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175310#M6903</link>
      <description>&lt;P&gt;Than&lt;/P&gt;
&lt;P&gt;ks for the response and I'm sorry if I wasn't clear.&lt;/P&gt;
&lt;P&gt;But anyways, I need the API to tell me what files have been already uploaded to dropbox.&lt;BR /&gt;When you have a Dropbox folder in your PC. &lt;BR /&gt;Like this:&lt;IMG src="https://www.dropboxforum.com/hc/user_images/tNNg57zOdot42hgHF96V2Q.png" /&gt;&lt;/P&gt;
&lt;P&gt;Just to illustrate, the goal of my app is to create a folder for each client, allowing the client to add files to the folder, so that the app can upload those files through the Dropbox API. However, it can't be a shared folder, because if the client delete a file, this file can not be deleted in the server. Or, if the client already sent a file, the app should not upload this file again or replace a existing file.&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 00:01:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175310#M6903</guid>
      <dc:creator>Renan F.1</dc:creator>
      <dc:date>2016-07-09T00:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to control already updated files with JAVA API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175311#M6904</link>
      <description>&lt;P&gt;You can use the API to list files uploaded to Dropbox. The API can't tell you about files that are currently uploading, but not yet complete, though.&lt;/P&gt;
&lt;P&gt;For example, to list files in a folder, you can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#listFolder-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;listFolder&lt;/A&gt; method in the Java SDK.&lt;/P&gt;
&lt;P&gt;You can also perform other operations like &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#upload-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;upload&lt;/A&gt;ing and &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v2.0.x/com/dropbox/core/v2/files/DbxUserFilesRequests.html#download-java.lang.String-" target="_blank" rel="nofollow noreferrer"&gt;download&lt;/A&gt;ing files.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2016 02:42:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-control-already-updated-files-with-JAVA-API/m-p/175311#M6904</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-07-09T02:42:56Z</dc:date>
    </item>
  </channel>
</rss>

