<?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: Can we access/upload files to a shared folder that's outside my root folder programmatically in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774236#M33838</link>
    <description>&lt;P&gt;Hi &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790" target="_self"&gt;@Здравко&lt;/A&gt;&lt;BR /&gt;Thanks for the reply. Let me give more context around the scenario. We have a customer : Gracehill who wants our team to develop a solution that creates dropbox folders/upload/download files from these folders.They have a dropbox account and they have shared the access with us.Take for example, &lt;STRONG&gt;Shameer&amp;nbsp;&lt;/STRONG&gt;is my login id .Im able to do all API operations within this folder. But Gracehill has shared another folder with us, which is &lt;STRONG&gt;Chargebee Sandbox &lt;/STRONG&gt;and they want us to to do all operations within this folder.I have attached a screenshot for the folder structure .How can I create folders and manage permissions inside this new shared folder?&lt;BR /&gt;Basically I would like to programmatically perform all API operations inside ChargeBee SandBox folder.&lt;BR /&gt;As I mentioned earlier, I tried this &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-refresh-token-from-access-token/m-p/596755#M27728" target="_blank"&gt;option&lt;/A&gt;: to access dropbox from my code. But using this, Im just able to access root folder : Shameer and not the shared folder outside it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sheeja_0-1717071368249.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46520i5CA2D2387BB391F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sheeja_0-1717071368249.png" alt="Sheeja_0-1717071368249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 12:20:19 GMT</pubDate>
    <dc:creator>Sheeja</dc:creator>
    <dc:date>2024-05-30T12:20:19Z</dc:date>
    <item>
      <title>Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774176#M33835</link>
      <description>&lt;P&gt;We have a requirement , where I have access to a shared folder which is placed outside of my root foler. I need to programmatically access/upload files/create sub folders inside this shared folder . We tried creating an app from app console.We could access folders inside my root folder using the accesstoken+secret token combination generated by the App. But the shared folder is not getting recognised/ not accessible.Is there a way to achieve this?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 08:14:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774176#M33835</guid>
      <dc:creator>Sheeja</dc:creator>
      <dc:date>2024-05-30T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774197#M33837</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1842629"&gt;@Sheeja&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You cannot access something that is outside your root folder in any way either programmatically or not. Probably something confuses you. Any data should be available in your account folder tree before you be able to do anything there. Outside your root means either data stay inaccessible to you or not mounted/copied in your account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1842629"&gt;@Sheeja&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...We could access folders inside my root folder using the accesstoken+secret token combination generated by the App. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Keep in mind that if your account is team account and with shared space, by default you have access only to your member folder and nothing outside! To be able get access to your root space and to all nested team folders/spaces there, you need to explicitly change your namespace - i.e. to change the default home namespace to root namespace. You can see if your home and root namespaces are different and which one is the root namespace using &lt;A title="Get information about the current user's account" href="https://www.dropbox.com/developers/documentation/http/documentation#users-get_current_account" target="_blank" rel="noopener"&gt;/2/users/get_current_account&lt;/A&gt; or equivalent SDK method (focus on root_info in the result). You may need to set the root with value of HTTP header Dropbox-Api-Path-Root or equivalent SDK method.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 08:51:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774197#M33837</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-30T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774236#M33838</link>
      <description>&lt;P&gt;Hi &lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790" target="_self"&gt;@Здравко&lt;/A&gt;&lt;BR /&gt;Thanks for the reply. Let me give more context around the scenario. We have a customer : Gracehill who wants our team to develop a solution that creates dropbox folders/upload/download files from these folders.They have a dropbox account and they have shared the access with us.Take for example, &lt;STRONG&gt;Shameer&amp;nbsp;&lt;/STRONG&gt;is my login id .Im able to do all API operations within this folder. But Gracehill has shared another folder with us, which is &lt;STRONG&gt;Chargebee Sandbox &lt;/STRONG&gt;and they want us to to do all operations within this folder.I have attached a screenshot for the folder structure .How can I create folders and manage permissions inside this new shared folder?&lt;BR /&gt;Basically I would like to programmatically perform all API operations inside ChargeBee SandBox folder.&lt;BR /&gt;As I mentioned earlier, I tried this &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-refresh-token-from-access-token/m-p/596755#M27728" target="_blank"&gt;option&lt;/A&gt;: to access dropbox from my code. But using this, Im just able to access root folder : Shameer and not the shared folder outside it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sheeja_0-1717071368249.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46520i5CA2D2387BB391F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sheeja_0-1717071368249.png" alt="Sheeja_0-1717071368249.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:20:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774236#M33838</guid>
      <dc:creator>Sheeja</dc:creator>
      <dc:date>2024-05-30T12:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774244#M33839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Здравко&lt;BR /&gt;&lt;/SPAN&gt;Thanks for the reply. Let me give more context around the requirement. We have a customer : Gracehill. They want us to create dropbox folders and perform some API operations like upload/download files etc for each usecase. They have provided us with access to their dropbox account. Take for example : &lt;STRONG&gt;Shameer&amp;nbsp;&lt;/STRONG&gt;is my userId in dropbox and I'm able to do all API operations inside this folder using the OAuth mechanism mentioned &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-refresh-token-from-access-token/m-p/596755#M27728" target="_blank"&gt;here&lt;/A&gt;.&lt;BR /&gt;Now, Gracehill has created another shared folder - &lt;STRONG&gt;ChargeBee SandBox&lt;/STRONG&gt; which is visible outside my root folder: /Shameer.In this case, the Dropbox APIs doesn't seem to recognize anything outside the root folder.&lt;BR /&gt;How can I point my application to do API operations in this new folder. Attaching the current folder structure here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sheeja_0-1717073133507.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46521iB0F6D1EA2AB91542/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sheeja_0-1717073133507.png" alt="Sheeja_0-1717073133507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 12:46:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774244#M33839</guid>
      <dc:creator>Sheeja</dc:creator>
      <dc:date>2024-05-30T12:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774248#M33840</link>
      <description>&lt;P&gt;Thanks for the repky&amp;nbsp;&lt;SPAN&gt;Здравко. Let me give you more context around this usecase. We have a customer Gracehill. They want us to create dropbox folders and preform operations like upload/download files . They have provided us with access to their account . My login username is &lt;EM&gt;Shameer &lt;/EM&gt;and I have used &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Get-refresh-token-from-access-token/m-p/596755#M27728" target="_blank" rel="noopener"&gt;this&lt;/A&gt; method to programmatically access contents inside this root folder. But Gracehill wants us to do these API operation in another shared folder: &lt;EM&gt;Chargebee Sandbox&lt;/EM&gt;. Our code only picks the data inside my root folder and not anything outside this. Could you please suggest a solution&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sheeja_0-1717074160176.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46523iFD40676528C7FBE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sheeja_0-1717074160176.png" alt="Sheeja_0-1717074160176.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 13:02:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774248#M33840</guid>
      <dc:creator>Sheeja</dc:creator>
      <dc:date>2024-05-30T13:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774259#M33841</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1842629"&gt;@Sheeja&lt;/a&gt;, I don't know what more I can say. Did you try what I said above? As far as I can follow your questions, you haven't even give a try. 🤷 That's the way! If something confuses you, clarify your question.&lt;/P&gt;&lt;P&gt;For additional info take a look &lt;A title="DBX Team Files Guide" href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way stop saying that you accessed only your root folder. The folder "Shameer R" is NOT your root folder! What you do is confusing yourself. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 14:12:04 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774259#M33841</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2024-05-30T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774371#M33845</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1842629"&gt;@Sheeja&lt;/a&gt;&amp;nbsp;Здравко is correct; by default, API calls to the Dropbox API operate in the "member folder" of the connected account, not the "team space". That means that by default, the contents of the team space will not be found.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You can configure API calls to operate in the "team space" instead though, in order to interact with files/folders in the team space. To do so, you'll need to set the "Dropbox-API-Path-Root" header. You can find information on how to use this in &lt;A href="https://developers.dropbox.com/dbx-team-files-guide" target="_blank"&gt;the Team Files Guide&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:53:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774371#M33845</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-05-30T17:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can we access/upload files to a shared folder that's outside my root folder programmatically</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774456#M33847</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks Greg-DB and&amp;nbsp;Здравко&lt;SPAN&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;I got it now . Sorry about the confusion earlier. My replies to the original message wasn't getting reflected earlier and hence I tried to post them again couple more times. Thanks a lot for the support&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 May 2024 04:40:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-we-access-upload-files-to-a-shared-folder-that-s-outside-my/m-p/774456#M33847</guid>
      <dc:creator>Sheeja</dc:creator>
      <dc:date>2024-05-31T04:40:57Z</dc:date>
    </item>
  </channel>
</rss>

