<?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: Where can I find Full Simple DropBox example to download ? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263241#M15384</link>
    <description>&lt;P&gt;Thanks, but it's not clear to me, how do I download and compile/build the example project at your second link? (Android app example) I don't see any download link for the whole project, should I download the files one by one? It doesn't looks so logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another question, as I understand your old API v1 is not supported anymore and I need to use API v2 in my application in order to use the DropBox:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/" target="_blank"&gt;https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I determine if my application use API v1 or API v2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do I see that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 16:58:05 GMT</pubDate>
    <dc:creator>Dolphin_2018</dc:creator>
    <dc:date>2018-02-01T16:58:05Z</dc:date>
    <item>
      <title>Where can I find Full Simple DropBox example to download ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263187#M15372</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a simple DropBox example project that I can just download as a Zip file and then compile in my Android Studio and run on my Nexus 5 (Android) device. I need a simple project that send one Jpg file from my device&amp;nbsp; to my Dropbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please give my a link to such example? There are many code examples, But as I said I&amp;nbsp;want a project that can just compile and run right away (I have my App_Key &amp;amp; Secret_Key, I will insert them into the code before compile).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263187#M15372</guid>
      <dc:creator>Dolphin_2018</dc:creator>
      <dc:date>2019-05-29T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find Full Simple DropBox example to download ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263223#M15380</link>
      <description>For Android, we recommend using the official Dropbox API v2 Java SDK:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There's an example Android app here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;We don't have a simpler example than that for Android, but you can see how it performs an upload here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/UploadFileTask.java#L62" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/UploadFileTask.java#L62&lt;/A&gt;</description>
      <pubDate>Thu, 01 Feb 2018 15:08:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263223#M15380</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-01T15:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find Full Simple DropBox example to download ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263241#M15384</link>
      <description>&lt;P&gt;Thanks, but it's not clear to me, how do I download and compile/build the example project at your second link? (Android app example) I don't see any download link for the whole project, should I download the files one by one? It doesn't looks so logic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another question, as I understand your old API v1 is not supported anymore and I need to use API v2 in my application in order to use the DropBox:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/" target="_blank"&gt;https://blogs.dropbox.com/developers/2017/09/api-v1-shutdown-details/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I determine if my application use API v1 or API v2?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do I see that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:58:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263241#M15384</guid>
      <dc:creator>Dolphin_2018</dc:creator>
      <dc:date>2018-02-01T16:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find Full Simple DropBox example to download ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263243#M15385</link>
      <description>You can clone or download the repo here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are instructions for running the Android sample, included with the repo clone or download at /examples/android, here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/tree/master/examples/android&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you attempt to make any API v1 calls, they will fail with `v1_retired`. The Android sample app only uses API v2, via DbxClientV2:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L21" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/master/examples/android/src/main/java/com/dropbox/core/examples/android/DropboxClientFactory.java#L21&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:40:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263243#M15385</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-01T16:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find Full Simple DropBox example to download ?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263244#M15386</link>
      <description>&lt;P&gt;OK Thanks, I will check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 16:56:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Where-can-I-find-Full-Simple-DropBox-example-to-download/m-p/263244#M15386</guid>
      <dc:creator>Dolphin_2018</dc:creator>
      <dc:date>2018-02-01T16:56:47Z</dc:date>
    </item>
  </channel>
</rss>

