<?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: Adding development users to App Folder application in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38817#M1209</link>
    <description>&lt;P&gt;If you register an API app with a different permission (i.e., not app folder) you can use the API to upload files into a folder that you've shared with them.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Dec 2015 06:55:58 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-12-11T06:55:58Z</dc:date>
    <item>
      <title>Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38808#M1200</link>
      <description>&lt;P&gt;Hello, I've enabled development users within my application but I'm not sure how to give access to the app folder to them. Any insight?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:45:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38808#M1200</guid>
      <dc:creator>Marcus M.1</dc:creator>
      <dc:date>2019-05-29T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38809#M1201</link>
      <description>&lt;P&gt;When they use your app for the first time, they'll authorize it (via OAuth), and then an app folder will be created in their Dropbox account.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 02:15:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38809#M1201</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-01-31T02:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38810#M1202</link>
      <description>&lt;P&gt;Thanks for the response Steve. How do I give them a way to access the app?&lt;/P&gt;

&lt;P&gt;This project uses the PHP Dropbox Client to connect and save items to a folder.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 02:18:53 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38810#M1202</guid>
      <dc:creator>Marcus M.1</dc:creator>
      <dc:date>2015-01-31T02:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38811#M1203</link>
      <description>&lt;P&gt;Just give them the app. If it's a web app, tell them the URL. If it's a command-line app, just give them a copy of the code and ask them to run it.&lt;/P&gt;

&lt;P&gt;(In other words, give them the app the same way you would if it didn't use Dropbox.)&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 02:20:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38811#M1203</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-01-31T02:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38812#M1204</link>
      <description>&lt;P&gt;Oh I see. I didn't understand the terminology correctly.&lt;/P&gt;

&lt;P&gt;As the app currently stands a server pushes some files to a Dropbox folder via the PHP Dropbox/Client. I can see those folders on my desktop. I wanted to share the documents in that folder to another person. I take it that is not possible since it is not possible via normal sharing methods?&lt;/P&gt;

&lt;P&gt;Thanks agin.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 02:25:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38812#M1204</guid>
      <dc:creator>Marcus M.1</dc:creator>
      <dc:date>2015-01-31T02:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38813#M1205</link>
      <description>&lt;P&gt;If you want to share the whole folder with another user, you can't do that. (You can't share app folders.)&lt;/P&gt;

&lt;P&gt;But you can create read-only "share links" for the files in that folder (or the whole folder) through the normal Dropbox UI or programmatically via &lt;A href="https://www.dropbox.com/developers/core/docs#shares" rel="nofollow noreferrer"&gt;&lt;CODE&gt;/shares&lt;/CODE&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 04:46:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38813#M1205</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-01-31T04:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38814#M1206</link>
      <description>&lt;P&gt;Once other users authorize my&amp;nbsp;App, will any files or subdirectories I create in it (with my developer account) be synced to their App folder?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:22:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38814#M1206</guid>
      <dc:creator>Qualtrics T.</dc:creator>
      <dc:date>2015-12-11T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38815#M1207</link>
      <description>&lt;P&gt;No, when users link your app to their accounts, they get their own app folders in their own accounts which only lets them interact with their own files that they put in their app folders. The contents of app folders don't sync across different accounts.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:24:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38815#M1207</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-11T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38816#M1208</link>
      <description>&lt;P&gt;Thanks Gregory,&amp;nbsp;here's what I'm trying to accomplish:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a folder that I would like to share with 10 other users&lt;/P&gt;
&lt;P&gt;I want to upload files to that folder via the API and have it sync to each of those users folders.&lt;/P&gt;
&lt;P&gt;What's the best way to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:39:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38816#M1208</guid>
      <dc:creator>Qualtrics T.</dc:creator>
      <dc:date>2015-12-11T06:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38817#M1209</link>
      <description>&lt;P&gt;If you register an API app with a different permission (i.e., not app folder) you can use the API to upload files into a folder that you've shared with them.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:55:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38817#M1209</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-11T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38818#M1210</link>
      <description>&lt;P&gt;Ok, it seems like they would still need to approve my app. &amp;nbsp;Is there a way to do that through the website? &amp;nbsp;Can I send them a link for them to approve my app?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:10:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38818#M1210</guid>
      <dc:creator>Qualtrics T.</dc:creator>
      <dc:date>2015-12-11T07:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding development users to App Folder application</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38819#M1211</link>
      <description>&lt;P&gt;If you only need to share those files with them, they don't need to approve your app. If you need them to interact with those shared files in your app specifically, then yes, they would need to approve the app to access their account where they have the shared folder. As far as how they authorize the app, I&amp;nbsp;recommend referring to the tutorial for whatever SDK you're using.&lt;/P&gt;
&lt;P&gt;An alternative is to use shared links like Steve mentioned earlier in this thread.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2015 07:14:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Adding-development-users-to-App-Folder-application/m-p/38819#M1211</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-12-11T07:14:04Z</dc:date>
    </item>
  </channel>
</rss>

