<?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 Can I do this with Dropbox API? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-do-this-with-Dropbox-API/m-p/147817#M4836</link>
    <description>&lt;P&gt;I'm building an API for my app. I would like my API-server to have a Dropbox account. Each registered user would get a shared Dropbox link of his/her own.&lt;/P&gt;
&lt;P&gt;When the user drops file in the shared folder the server is noticed and will import the files. The server will delete the file from Dropbox after importing. Instead a text file will be placed in the shared folder, describing that the uploaded files was successfully imported to the database.&lt;/P&gt;
&lt;P&gt;More technically:&lt;/P&gt;
&lt;P&gt;- I need one Dropbox account of some kind&lt;/P&gt;
&lt;P&gt;- Need to create folders to be shared privately with each user (one folder per user)&lt;/P&gt;
&lt;P&gt;- Need notification when new files are uploaded to shared folders&lt;/P&gt;
&lt;P&gt;Is there such a Dropbox account and does these functions exist in the API?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;//Michael&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:38:44 GMT</pubDate>
    <dc:creator>Michael S.22</dc:creator>
    <dc:date>2019-05-29T09:38:44Z</dc:date>
    <item>
      <title>Can I do this with Dropbox API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-do-this-with-Dropbox-API/m-p/147817#M4836</link>
      <description>&lt;P&gt;I'm building an API for my app. I would like my API-server to have a Dropbox account. Each registered user would get a shared Dropbox link of his/her own.&lt;/P&gt;
&lt;P&gt;When the user drops file in the shared folder the server is noticed and will import the files. The server will delete the file from Dropbox after importing. Instead a text file will be placed in the shared folder, describing that the uploaded files was successfully imported to the database.&lt;/P&gt;
&lt;P&gt;More technically:&lt;/P&gt;
&lt;P&gt;- I need one Dropbox account of some kind&lt;/P&gt;
&lt;P&gt;- Need to create folders to be shared privately with each user (one folder per user)&lt;/P&gt;
&lt;P&gt;- Need notification when new files are uploaded to shared folders&lt;/P&gt;
&lt;P&gt;Is there such a Dropbox account and does these functions exist in the API?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;//Michael&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:38:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-do-this-with-Dropbox-API/m-p/147817#M4836</guid>
      <dc:creator>Michael S.22</dc:creator>
      <dc:date>2019-05-29T09:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I do this with Dropbox API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-do-this-with-Dropbox-API/m-p/147818#M4837</link>
      <description>&lt;P&gt;This sounds like it should be possible. Specifically:&lt;/P&gt;
&lt;P&gt;- There isn't a special kind of account for this, but a normal account should work. You can register an account here: &lt;A href="https://www.dropbox.com/register" rel="nofollow noreferrer"&gt;https://www.dropbox.com/register&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- Yes, you can use the new API v2 shared folder endpoints to share folders and invite users:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http#documentation-sharing-share_folder" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http#documentation-sharing-share_folder&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http#documentation-sharing-add_folder_member" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http#documentation-sharing-add_folder_member&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that these endpoints are still in beta though.&lt;/P&gt;
&lt;P&gt;- You can use webhooks to be efficiently notified of when things change in the account: &lt;A href="https://www.dropbox.com/developers/webhooks" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/webhooks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Moreover though, you probably don't actually need to use a central account with shared folders like this. If you just register an app normally (even just the app folder permission would suffice) and have users link their Dropbox accounts to it, your app could still be notified of changes in their accounts via webhooks, and then use the normal file &lt;A href="https://www.dropbox.com/developers/documentation/http#documentation-files-upload" target="_blank" rel="nofollow noreferrer"&gt;uploading&lt;/A&gt; and &lt;A href="https://www.dropbox.com/developers/documentation/http#documentation-files-download" target="_blank" rel="nofollow noreferrer"&gt;downloading&lt;/A&gt; calls to get the contents and replace them, &lt;A href="https://www.dropbox.com/developers/documentation/http#documentation-files-delete" target="_blank" rel="nofollow noreferrer"&gt;delete&lt;/A&gt; files, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 05:01:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-do-this-with-Dropbox-API/m-p/147818#M4837</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-11-10T05:01:54Z</dc:date>
    </item>
  </channel>
</rss>

