<?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: Copying files FROM Dropbox to my Android app in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277306#M16619</link>
    <description>&lt;P&gt;The page at &lt;A href="https://www.dropbox.com/developers/documentation/java&amp;nbsp;links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/java&amp;nbsp;links&lt;/A&gt; to Github. On that page (&lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt;) in the 'Link an account' section you see the code example given for the version 2 API. Specifically, the main method contains this line:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;DbxRequestConfig config = new DbxRequestConfig("dropbox/java-tutorial", "en_US");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Android Studio, &lt;STRONG&gt;DbxRequestConfig&lt;/STRONG&gt; is flagged as deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone also posted about this issue on Stack Overflow (&lt;A href="https://stackoverflow.com/questions/47302711/dbxrequestconfig-is-deprecated-in-api-v2" target="_blank"&gt;https://stackoverflow.com/questions/47302711/dbxrequestconfig-is-deprecated-in-api-v2&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for linking the examples!&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 16:24:40 GMT</pubDate>
    <dc:creator>willbu1971</dc:creator>
    <dc:date>2018-05-22T16:24:40Z</dc:date>
    <item>
      <title>Copying files FROM Dropbox to my Android app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277289#M16612</link>
      <description>&lt;P&gt;Hi all. I'm new to the DropBox SDK so please forgive if I ask a question that has been asked many times. I did do a search on the site but could not find anything like what I'm attempting to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to store a directory of photos (PNGs) on a DropBox folder. I'm writing an Android app using Android Studio (Gradle) that contains an activity that will be a photo gallery. When the activity loads, I want the app to connect to the DropBox folder and copy the files to the app's 'drawable' folder. The app will then build the photo gallery on the fly based on&amp;nbsp;those photos.&amp;nbsp;The SDK for Java seems to be somewhat out of date as the sample code for connecting to DropBox contains a method that is deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've written the code to ennumerate through the drawable folder and build the photo gallery. All I need is an example of where you use Java to connect to a folder in DropBox and copies (transfers) the files in that folder to the app. Or even more simply, if I could see an example where you use Java to connect to the DropBox folder and make a list of the files in that folder - that would work. I can probably figure out how to copy the files to the app myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:13:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277289#M16612</guid>
      <dc:creator>willbu1971</dc:creator>
      <dc:date>2019-05-29T09:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files FROM Dropbox to my Android app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277302#M16618</link>
      <description>Where exactly is the deprecated method usage that you're referring to? I'll ask the team to update that.&lt;BR /&gt;&lt;BR /&gt;Anyway, there's a sample of listing items in a folder here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/examples/android/src/main/java/com/dropbox/core/examples/android/ListFolderTask.java#L43" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/examples/android/src/main/java/com/dropbox/core/examples/android/ListFolderTask.java#L43&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And there's a sample of downloading files here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L67" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java/blob/7ecc15cf0f51d6ae2ba5cdb334aac2c2f3474b87/examples/android/src/main/java/com/dropbox/core/examples/android/DownloadFileTask.java#L67&lt;/A&gt;</description>
      <pubDate>Tue, 22 May 2018 16:11:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277302#M16618</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-22T16:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files FROM Dropbox to my Android app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277306#M16619</link>
      <description>&lt;P&gt;The page at &lt;A href="https://www.dropbox.com/developers/documentation/java&amp;nbsp;links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/java&amp;nbsp;links&lt;/A&gt; to Github. On that page (&lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-java&lt;/A&gt;) in the 'Link an account' section you see the code example given for the version 2 API. Specifically, the main method contains this line:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;DbxRequestConfig config = new DbxRequestConfig("dropbox/java-tutorial", "en_US");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Android Studio, &lt;STRONG&gt;DbxRequestConfig&lt;/STRONG&gt; is flagged as deprecated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone also posted about this issue on Stack Overflow (&lt;A href="https://stackoverflow.com/questions/47302711/dbxrequestconfig-is-deprecated-in-api-v2" target="_blank"&gt;https://stackoverflow.com/questions/47302711/dbxrequestconfig-is-deprecated-in-api-v2&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for linking the examples!&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 16:24:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277306#M16619</guid>
      <dc:creator>willbu1971</dc:creator>
      <dc:date>2018-05-22T16:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files FROM Dropbox to my Android app</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277308#M16620</link>
      <description>Thanks! I'll ask the team to update that accordingly.</description>
      <pubDate>Tue, 22 May 2018 16:30:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Copying-files-FROM-Dropbox-to-my-Android-app/m-p/277308#M16620</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-05-22T16:30:35Z</dc:date>
    </item>
  </channel>
</rss>

