<?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 Process folder in cloud / How to start? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291034#M17791</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I want to do - the problem is, I have no idea where to start. Any links/examples/tutorials are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to provide a service for &lt;STRONG&gt;potentially all&lt;/STRONG&gt;&amp;nbsp;Dropbox users. So this is not just for me or a couple of company owned PCs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My users/customers should place a bunch of PDFs in a certain Dropbox folder. Let's call it "input".&lt;/P&gt;&lt;P&gt;Then a cloud service (maybe Amazon Lambda or a Linux box with a Cronjob) fetches&amp;nbsp;the PDFs, does some processing (eg. OCR, extracting barcodes) and places the files in a folder "output" plus a *.txt file with the extracted metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I can get a notification with web hooks when the user places the PDFs in his folder. But how can I read these documents and move them to another folder plus add some more files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, since this should be a paid service, is there any integration with Dropbox regarding payment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers are welcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;schube&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:11:02 GMT</pubDate>
    <dc:creator>schubec</dc:creator>
    <dc:date>2019-05-29T09:11:02Z</dc:date>
    <item>
      <title>Process folder in cloud / How to start?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291034#M17791</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I want to do - the problem is, I have no idea where to start. Any links/examples/tutorials are welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to provide a service for &lt;STRONG&gt;potentially all&lt;/STRONG&gt;&amp;nbsp;Dropbox users. So this is not just for me or a couple of company owned PCs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My users/customers should place a bunch of PDFs in a certain Dropbox folder. Let's call it "input".&lt;/P&gt;&lt;P&gt;Then a cloud service (maybe Amazon Lambda or a Linux box with a Cronjob) fetches&amp;nbsp;the PDFs, does some processing (eg. OCR, extracting barcodes) and places the files in a folder "output" plus a *.txt file with the extracted metadata.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I can get a notification with web hooks when the user places the PDFs in his folder. But how can I read these documents and move them to another folder plus add some more files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, since this should be a paid service, is there any integration with Dropbox regarding payment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers are welcome!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;schube&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:11:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291034#M17791</guid>
      <dc:creator>schubec</dc:creator>
      <dc:date>2019-05-29T09:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Process folder in cloud / How to start?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291147#M17797</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/51843799/process-gdrive-dropbox-folder-in-cloud-how-to-start" target="_blank"&gt;https://stackoverflow.com/questions/51843799/process-gdrive-dropbox-folder-in-cloud-how-to-start&lt;/A&gt; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dropbox does offer an API you can use for listing, downloading, and upload files, among other operations.&amp;nbsp;You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_blank"&gt;https://www.dropbox.com/developers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to list files, you should use /2/files/list_folder[/continue]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To download files, you should use&amp;nbsp;/2/files/download:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To upload files, you can use&amp;nbsp;/2/files/upload:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-upload&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can get webhook notifications for changes in the&amp;nbsp;Dropbox accounts of users connected to your app. You can find information on that here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/reference/webhooks" target="_blank"&gt;https://www.dropbox.com/developers/reference/webhooks&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, note that use of the API itself is actually entirely free. The API is built such that developers can create apps that (once in production mode) any Dropbox account can link to. The Dropbox accounts used with the app can be of any type (Basic, Plus, or Dropbox Business.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is only if the owners of any individual (or group of) accounts want to upgrade is there cost involved. You can see more information on pricing and plans here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/plans" target="_blank"&gt;https://www.dropbox.com/plans&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise, it is up to you if/what to charge for your own service.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:28:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291147#M17797</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-14T15:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Process folder in cloud / How to start?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291152#M17799</link>
      <description>&lt;P&gt;Hello Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your answer, but:&lt;/P&gt;&lt;P&gt;I totally understand that I can upload / download / modify &lt;STRONG&gt;my&lt;/STRONG&gt; files with the SDK.&lt;/P&gt;&lt;P&gt;I have done that before, that is no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The point here is, to&amp;nbsp;provide my service, I have to read files (PDF files for providing OCR service) &lt;STRONG&gt;of other Dropbox users&lt;/STRONG&gt; (who&amp;nbsp;authorized that I access one special folder).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is where I am stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:41:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291152#M17799</guid>
      <dc:creator>schubec</dc:creator>
      <dc:date>2018-08-14T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Process folder in cloud / How to start?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291185#M17800</link>
      <description>To enable other users to connect to and use your Dropbox API app, you should implement the Dropbox API app authorization flow. There's a guide that covers this here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/reference/oauth-guide" target="_blank"&gt;https://www.dropbox.com/developers/reference/oauth-guide&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The documentation can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#authorization" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#authorization&lt;/A&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:46:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Process-folder-in-cloud-How-to-start/m-p/291185#M17800</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-14T16:46:47Z</dc:date>
    </item>
  </channel>
</rss>

