<?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: Questions about team folder api in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757415#M3968</link>
    <description>&lt;P&gt;1. I'll check with the team on this to see if we can get some better clarity on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. The /2/files/list_folder/longpoll functionality should trigger shortly after any changes in the relevant account's filesystem, based on the account connected to the cursor that was used. So in this case, that means that should fire shortly after the team folder is removed from the account folder structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Yes, a team folder ID is a type of shared folder ID.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 15:32:46 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2024-03-14T15:32:46Z</dc:date>
    <item>
      <title>Questions about team folder api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/756964#M3965</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1. When I utilize the "/team_folder/archive/check" API to verify the status of the asynchronous archive job, I receive the following response:&lt;BR /&gt;the ".tag" suggests that the job is complete, but the status tag is "archive_in_progress". Which status should I trust?&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;".tag"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"complete"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"team_folder_id"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"2325974275"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"test_archive"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"status"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;".tag"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"archive_in_progress"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"is_team_shared_dropbox"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"sync_setting"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;".tag"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"default"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"content_sync_settings"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;[]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. When will the async archive job trigger long poll api:&lt;BR /&gt;at completion of the async archive job or at the moment when we send the async archive api?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;3. Is the team folder id identical to share_folder_id that returned in FolderSharingInfo?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Mar 2024 08:02:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/756964#M3965</guid>
      <dc:creator>hhting</dc:creator>
      <dc:date>2024-03-13T08:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about team folder api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757415#M3968</link>
      <description>&lt;P&gt;1. I'll check with the team on this to see if we can get some better clarity on this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. The /2/files/list_folder/longpoll functionality should trigger shortly after any changes in the relevant account's filesystem, based on the account connected to the cursor that was used. So in this case, that means that should fire shortly after the team folder is removed from the account folder structure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Yes, a team folder ID is a type of shared folder ID.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 15:32:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757415#M3968</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-14T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about team folder api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757585#M3969</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp; that should fire shortly after the team folder is removed from the account folder structure.&lt;BR /&gt;&lt;SPAN&gt;This would happen whether the async archive job has completed or is still in progress?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Seems that after the async archive job API is sent, the list folder API (with include_deleted = false) will not include the team folder that is archived in progress?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 06:30:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757585#M3969</guid>
      <dc:creator>hhting</dc:creator>
      <dc:date>2024-03-15T06:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about team folder api</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757747#M3970</link>
      <description>&lt;P&gt;Archiving a team folder removes it from all members' folder structures, and accordingly further results from the list_folder functionality would then reflect that, but I don't have a more specific guarantee or documentation on the exact timing of when that occurs in that process.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 17:00:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Questions-about-team-folder-api/m-p/757747#M3970</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2024-03-15T17:00:38Z</dc:date>
    </item>
  </channel>
</rss>

