<?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: Android API File Upload  in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41460#M1308</link>
    <description>&lt;P&gt;Just to reconfirm please consider below is the scenario:&lt;/P&gt;

&lt;P&gt;(1) I create a Dropbox shared folder on my Dropbox account and create a Dropbox app (Dropbox core api).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(2) Now using Dropbox api's for Android, we should be able to develop a mechanism via which users( people who have downloaded my android application) can upload their selected photos to my Dropbox shared folder( even if the users do not have Dropbox accounts or Dropbox app on their phones).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If above is possible using Dropbox android api's, &amp;nbsp;can you please help us in getting started by pointing to api's which we should look at ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2015 06:00:53 GMT</pubDate>
    <dc:creator>Saket S.</dc:creator>
    <dc:date>2015-08-13T06:00:53Z</dc:date>
    <item>
      <title>Android API File Upload</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41458#M1306</link>
      <description>&lt;P&gt;We are working to developing an android application for physical photo printing. I&amp;nbsp;would like to leverage Dropbox to act as our file repository.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Using dropbox core api's( for android ), is it possible to upload selected photos from users phones to a shared folder on dropbox? The photos uploads will happen on new folders( name can be order number ) which are created on the shared dropbox folder.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Can you please indicate if this can be achieved via android application in dropbox? If yes, can you please point&amp;nbsp;api's which can be looked at for this purpose?&amp;nbsp;&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;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41458#M1306</guid>
      <dc:creator>Saket S.</dc:creator>
      <dc:date>2019-05-29T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Android API File Upload</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41459#M1307</link>
      <description>&lt;P&gt;The&amp;nbsp;Dropbox Core API can be used to upload files to shared folders just like any other folders. Just supply the path of the shared folder like you would any other. Once files are uploaded to shared folders, they'll be synced to other members normally.&lt;/P&gt;

&lt;P&gt;Note that the&amp;nbsp;Dropbox API doesn't currently offer a way to share folders though, so the user would have to do that themselves, e.g., via the&amp;nbsp;Dropbox web site.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 00:48:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41459#M1307</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-13T00:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Android API File Upload</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41460#M1308</link>
      <description>&lt;P&gt;Just to reconfirm please consider below is the scenario:&lt;/P&gt;

&lt;P&gt;(1) I create a Dropbox shared folder on my Dropbox account and create a Dropbox app (Dropbox core api).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;(2) Now using Dropbox api's for Android, we should be able to develop a mechanism via which users( people who have downloaded my android application) can upload their selected photos to my Dropbox shared folder( even if the users do not have Dropbox accounts or Dropbox app on their phones).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If above is possible using Dropbox android api's, &amp;nbsp;can you please help us in getting started by pointing to api's which we should look at ?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:00:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41460#M1308</guid>
      <dc:creator>Saket S.</dc:creator>
      <dc:date>2015-08-13T06:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Android API File Upload</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41461#M1309</link>
      <description>&lt;P&gt;Thanks for the additional details. It sounds like you want to have all instances of your app connect to a single Dropbox account.&amp;nbsp;The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons.&lt;/P&gt;

&lt;P&gt;However if you did want to go this route, instead of kicking off the authorization flow, you would manually use an existing access token for your app, using the &lt;A href="https://www.dropbox.com/developers/core/sdks/android" rel="nofollow noreferrer"&gt;Android Core SDK&lt;/A&gt;. (Just be careful not to revoke it, e.g. via &lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt; .)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:34:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Android-API-File-Upload/m-p/41461#M1309</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-13T06:34:45Z</dc:date>
    </item>
  </channel>
</rss>

