<?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: How to specify folder path in the team level folders. in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693678#M3437</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1716856"&gt;@santhoshkelathodi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;When you didn't specify something else, the default behavior is your member folder to be used as a root (as you find it out already). Team accounts are organized in namespaces (take a look &lt;A title="DBX Team Files Guide" href="https://developers.dropbox.com/dbx-team-files-guide#namespaces" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for more info) and you can select what to be your root in Dropbox Python SDK using &lt;A title="Creates a clone of the Dropbox instance with the Dropbox-API-Path-Root header" href="https://github.com/dropbox/dropbox-sdk-python/blob/main/dropbox/dropbox_client.py#L690" target="_blank" rel="noopener"&gt;&lt;EM&gt;with_path_root&lt;/EM&gt;&lt;/A&gt; method.&lt;/P&gt;&lt;P&gt;Hope this gives direction about your main concern.&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/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;...&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# Token Generated from dropbox&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&amp;lt;Generated_TOKEN&amp;gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbx&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;dropbox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm..&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Are you aware that access token is short lived and you will need to regenerate it regularly? To avoid doing it by hand, you can use refresh token. Handy example how you can use it can be seen &lt;A href="https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-pkce.py" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. A complete &lt;A href="https://www.dropboxforum.com/t5/Create-upload-and-share/How-can-a-script-or-app-get-a-shareable-Dropbox-link/m-p/680928#M68463" target="_blank" rel="noopener"&gt;example application&lt;/A&gt; may be of your interest too.&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/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Step 4: Make all the files and folders at the folder path to online-only to avoid the local storage to be optimized.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I do not know how to do it&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You cannot do that, since it's per application setting and you need direct communication to every particular application, where you need to set file status, not to Dropbox server. At present, Dropbox API may communicate to Dropbox servers only, not to installed applications directly.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2023 12:50:46 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2023-06-22T12:50:46Z</dc:date>
    <item>
      <title>How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693669#M3436</link>
      <description>&lt;P&gt;I want to use the Dropbox API to access the Dropbox for managing my data storage. I am successfully able to connect to dropbox by adding an app by setting appropiate permissions to the app and by generating access token. However, I would like to Access the folders that are outside my personal folder.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Team DigitalAqua&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |-Santhosh Kumaran&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; -test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -text1.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; -Santhosh Kumaran - Shortcut.lnk&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; -santhosh.kumaran@xxxx.xx’s files&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |-Videos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;- A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;- B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp;- B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My intented work:&lt;/P&gt;&lt;P&gt;Step 1: Connect to the Dropbox: -&amp;gt;Success&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;dropbox&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# Token Generated from dropbox&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&amp;lt;Generated_TOKEN&amp;gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbx&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;dropbox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Connected to Dropbox successfully'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Step 2: Specify the folder: Works for my folder Santhosh Kumaran&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;folder_path&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"/test" ## Works&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;folder_path = "../Videos" Does not work&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Step 3: List the files in the folder&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;files&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;dbx&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;files_list_folder&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;folder_path&lt;/SPAN&gt;&lt;SPAN&gt;).entries&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"------------Listing Files in Folder------------ "&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;for&lt;/SPAN&gt; &lt;SPAN&gt;file&lt;/SPAN&gt; &lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN&gt;files&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;# listing&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;file&lt;/SPAN&gt;&lt;SPAN&gt;.name)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Step 4: Make all the files and folders at the folder path to online-only to avoid the local storage to be overused. I would like less storage on local disk.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I do not know how to do it&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 12:31:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693669#M3436</guid>
      <dc:creator>santhoshkelathodi</dc:creator>
      <dc:date>2023-06-22T12:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693678#M3437</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1716856"&gt;@santhoshkelathodi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;When you didn't specify something else, the default behavior is your member folder to be used as a root (as you find it out already). Team accounts are organized in namespaces (take a look &lt;A title="DBX Team Files Guide" href="https://developers.dropbox.com/dbx-team-files-guide#namespaces" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for more info) and you can select what to be your root in Dropbox Python SDK using &lt;A title="Creates a clone of the Dropbox instance with the Dropbox-API-Path-Root header" href="https://github.com/dropbox/dropbox-sdk-python/blob/main/dropbox/dropbox_client.py#L690" target="_blank" rel="noopener"&gt;&lt;EM&gt;with_path_root&lt;/EM&gt;&lt;/A&gt; method.&lt;/P&gt;&lt;P&gt;Hope this gives direction about your main concern.&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/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;...&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# Token Generated from dropbox&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&amp;lt;Generated_TOKEN&amp;gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;dbx&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;dropbox&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Dropbox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm..&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Are you aware that access token is short lived and you will need to regenerate it regularly? To avoid doing it by hand, you can use refresh token. Handy example how you can use it can be seen &lt;A href="https://github.com/dropbox/dropbox-sdk-python/blob/main/example/oauth/commandline-oauth-pkce.py" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. A complete &lt;A href="https://www.dropboxforum.com/t5/Create-upload-and-share/How-can-a-script-or-app-get-a-shareable-Dropbox-link/m-p/680928#M68463" target="_blank" rel="noopener"&gt;example application&lt;/A&gt; may be of your interest too.&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/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Step 4: Make all the files and folders at the folder path to online-only to avoid the local storage to be optimized.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I do not know how to do it&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You cannot do that, since it's per application setting and you need direct communication to every particular application, where you need to set file status, not to Dropbox server. At present, Dropbox API may communicate to Dropbox servers only, not to installed applications directly.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 12:50:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693678#M3437</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-22T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693680#M3438</link>
      <description>&lt;P&gt;Thank you for the answers. I will go through the examples and the solutions provided to check if I can access the other folders. Regarding the question on whether I can set the local folders to online-only mode ( By the way, this is possible by right clicking on the respective folder), is your answer that it is not possible programmatically using dropbox APIs?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:06:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693680#M3438</guid>
      <dc:creator>santhoshkelathodi</dc:creator>
      <dc:date>2023-06-22T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693683#M3439</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... ( By the way, this is possible by right clicking on the respective folder), ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Exactly, in such a case you're accessing no the cloud folder, but local application folder! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; Hope you can make difference.&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/1716856"&gt;@santhoshkelathodi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..., is your answer that it is not possible programmatically using dropbox APIs?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As I said, API accesses only the cloud. So, Yes. Let's hope this will be changed, but better don't rely on.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 13:11:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693683#M3439</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-22T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693689#M3440</link>
      <description>&lt;P&gt;I have submitted a feature request for&amp;nbsp;&lt;SPAN&gt;files and folders to be available offline and online-only using the API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am unable to provide a timeline of if and when this feature will be implemented, however.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:14:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693689#M3440</guid>
      <dc:creator>DB-Des</dc:creator>
      <dc:date>2023-06-22T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to specify folder path in the team level folders.</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693691#M3441</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1517679"&gt;@DB-Des&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am unable to provide a timeline of if and when this feature will be &lt;FONT color="#FF0000"&gt;&lt;U&gt;implemented&lt;/U&gt;&lt;/FONT&gt;, however.&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1517679"&gt;@DB-Des&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;"Will be implemented"??? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; What actually has to be implemented? Everything is implemented already! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; The only missing thing is the documentation. How fast staff responsible for technical documentation can work? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@488936AC5FA64023548E32631AFD9803/emoticons/1f600.png" alt=":grinning_face:" title=":grinning_face:" /&gt; It's matter of wish, nothing else. The communication, as a option, is available through the local sockets open by the installed Dropbox application and is not from yesterday. Can you point out to some description? That's the missing thing. Implementation in SDKs would helpful too (together with corresponding documentation of course).&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 14:24:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/How-to-specify-folder-path-in-the-team-level-folders/m-p/693691#M3441</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-06-22T14:24:20Z</dc:date>
    </item>
  </channel>
</rss>

