<?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: Excel VBA Overriding To Restricted Folders in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Excel-VBA-Overriding-To-Restricted-Folders/m-p/246627#M14054</link>
    <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;The&amp;nbsp;Dropbox API&lt;/A&gt; does offer the ability to list, upload, and download files, among other operations. We don't have any specifics resources, such as an SDK or documentation, for VBA in particular though. &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;The API v2 HTTPS endpoints&lt;/A&gt; can be directly used by any platform that can make HTTPS calls however.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to upload a file, you can use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt;&amp;nbsp;endpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;recommend looking through the documentation to see if that will suit your needs. There are also curl examples for each endpoint that you can translate for your platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run in to any issues or have any specific questions just let us know.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 16:15:32 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-10-12T16:15:32Z</dc:date>
    <item>
      <title>Excel VBA Overriding To Restricted Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Excel-VBA-Overriding-To-Restricted-Folders/m-p/246566#M14047</link>
      <description>&lt;P&gt;Hi Dropbox team,&lt;/P&gt;&lt;P&gt;Hope you are all well… I am in desperate need of help please. I have created 2 drop box directories, of which I have Full read and write access (these are numbered 31 and 32 see below.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Folder 1 - 31. 360Storage - The Energy Experts&lt;/LI&gt;&lt;LI&gt;Folder 2 - 32. 360Storage - The Energy Experts (Ops)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have provided full read and write access to The Energy Experts (who are my 3rd party providers), but full read and write access has only been provided to only folder 31.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also provided a fully protected excel file whereby the 3rd party enters data, and run a MACRO that I have built. Upon runinng a MACRO, data is created and saved onto directory number 31. There are no issues here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the same time, data is to autmatically be added to directory 32. These files are operational files and for that reason, I want these files to be added to this restricted directory, where only I have access. Note my 3rd party has no visibiity of this directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I am responsible for the macro, I am sure I can add code that allows for such files to be added to directory 32, and looking for instrcutions on how to do this. I use EXCEL 2016 VBA for such macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found a link and I know somethinig can be managed… &lt;A href="https://www.dropboxforum.com/t5/API-support/Using-API-from-Excel-VBA/td-p/143699" target="_blank"&gt;https://www.dropboxforum.com/t5/API-support/Using-API-from-Excel-VBA/td-p/143699&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look forward to your repsonse.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:18:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Excel-VBA-Overriding-To-Restricted-Folders/m-p/246566#M14047</guid>
      <dc:creator>petergee</dc:creator>
      <dc:date>2019-05-29T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Excel VBA Overriding To Restricted Folders</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Excel-VBA-Overriding-To-Restricted-Folders/m-p/246627#M14054</link>
      <description>&lt;P&gt;&lt;A href="https://www.dropbox.com/developers" target="_self"&gt;The&amp;nbsp;Dropbox API&lt;/A&gt; does offer the ability to list, upload, and download files, among other operations. We don't have any specifics resources, such as an SDK or documentation, for VBA in particular though. &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_self"&gt;The API v2 HTTPS endpoints&lt;/A&gt; can be directly used by any platform that can make HTTPS calls however.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, to upload a file, you can use the &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-upload" target="_self"&gt;/2/files/upload&lt;/A&gt;&amp;nbsp;endpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;recommend looking through the documentation to see if that will suit your needs. There are also curl examples for each endpoint that you can translate for your platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you run in to any issues or have any specific questions just let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 16:15:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Excel-VBA-Overriding-To-Restricted-Folders/m-p/246627#M14054</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-12T16:15:32Z</dc:date>
    </item>
  </channel>
</rss>

