<?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: Newbie: Create Folder / Add file from Cloud apps to Dropbox via API in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Newbie-Create-Folder-Add-file-from-Cloud-apps-to-Dropbox-via-API/m-p/236755#M13061</link>
    <description>To get started, we recommend using one of the official SDKs, if one is available for your platform:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Each one comes with documentation and a getting started guide.&lt;BR /&gt;&lt;BR /&gt;Alternatively, you can use a third party library:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/communitysdks" target="_blank"&gt;https://www.dropbox.com/developers/documentation/communitysdks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or, you can use the HTTP endpoints themselves:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, to create folders you would use the /2/files/create_folder_v2 endpoint:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder_v2" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder_v2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And to upload files, you can use /2/files/upload:&lt;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt;There are corresponding methods in the SDKs.&lt;BR /&gt;&lt;BR /&gt;Also, the OAuth guide is a good reference for understanding how the app authorization process works:&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;</description>
    <pubDate>Mon, 14 Aug 2017 14:52:07 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-14T14:52:07Z</dc:date>
    <item>
      <title>Newbie: Create Folder / Add file from Cloud apps to Dropbox via API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Newbie-Create-Folder-Add-file-from-Cloud-apps-to-Dropbox-via-API/m-p/236565#M13050</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;#Newbiehere.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to create Folder(s) in Dropbox, based on specific record-triggers @ Zoho creator. Following which, I need to upload files (txt / docx/ xlx/ppt/png/jpg/pdf/zip/rar) to definite folders in dropbox via API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kinda lost where to start, where to get auth token etc.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help is great help&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:20:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Newbie-Create-Folder-Add-file-from-Cloud-apps-to-Dropbox-via-API/m-p/236565#M13050</guid>
      <dc:creator>DeepaGovind</dc:creator>
      <dc:date>2019-05-29T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie: Create Folder / Add file from Cloud apps to Dropbox via API</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Newbie-Create-Folder-Add-file-from-Cloud-apps-to-Dropbox-via-API/m-p/236755#M13061</link>
      <description>To get started, we recommend using one of the official SDKs, if one is available for your platform:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Each one comes with documentation and a getting started guide.&lt;BR /&gt;&lt;BR /&gt;Alternatively, you can use a third party library:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/communitysdks" target="_blank"&gt;https://www.dropbox.com/developers/documentation/communitysdks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or, you can use the HTTP endpoints themselves:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For example, to create folders you would use the /2/files/create_folder_v2 endpoint:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder_v2" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder_v2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And to upload files, you can use /2/files/upload:&lt;BR /&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt;There are corresponding methods in the SDKs.&lt;BR /&gt;&lt;BR /&gt;Also, the OAuth guide is a good reference for understanding how the app authorization process works:&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;</description>
      <pubDate>Mon, 14 Aug 2017 14:52:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Newbie-Create-Folder-Add-file-from-Cloud-apps-to-Dropbox-via-API/m-p/236755#M13061</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-14T14:52:07Z</dc:date>
    </item>
  </channel>
</rss>

