<?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: Refresh key does not work. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633393#M29225</link>
    <description>&lt;P&gt;I have a compile error on the function that using the class&amp;nbsp;ListFolderBuilder when I use version 5.4.4 SDK. I think I have to re-write that function (any suggestion is welcome here). Other than that, the code above run fine with the 5.4.4 SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 19:59:44 GMT</pubDate>
    <dc:creator>tritnguyen</dc:creator>
    <dc:date>2022-11-01T19:59:44Z</dc:date>
    <item>
      <title>Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633344#M29217</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a trial account with the Business Advance Account; this account was used to test the features of Dropbox for my team. I created an app and wrote a test program to collect user’s information and monitor the event log using the Dropbox API Java SDK. The test program worked fine. When my trial ended, my company bought the Business Advance Account license for me and some others of my team. I created a Refresh token with information from App Key and App Secret as before. However, when I tried my test program to get the event log, I got the following errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;com.dropbox.core.BadResponseException: Bad JSON: expected object value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;at [Source: (sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection$HttpInputStream" target="_blank" rel="noopener"&gt;www.protocol.http.HttpURLConnection$HttpInputStream&lt;/A&gt;); line: 1, column: 47112]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:158)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:330)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.DbxRawClientV2.executeRetriableWithRefresh(DbxRawClientV2.java:351)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.DbxRawClientV2.rpcStyle(DbxRawClientV2.java:137)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests.getEvents(DbxTeamTeamLogRequests.java:47)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests.getEvents(DbxTeamTeamLogRequests.java:84)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did not make any changes to my test program, just use it with the new refresh key; the new refresh key has a same scopes as the previous refresh key. So anybody having the same problem? Do you guys have any suggestions to fix it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:43:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633344#M29217</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-01T17:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633353#M29218</link>
      <description>&lt;P&gt;My email address for the Business Advance Account license is different than my email address for the trial account. Note that if I am using the same Refresh Key, I can get the users information but not the&amp;nbsp; event log. This is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;static public void &lt;/SPAN&gt;&lt;SPAN&gt;getLogEvents&lt;/SPAN&gt;(&lt;SPAN&gt;DbxTeamTeamLogRequests &lt;/SPAN&gt;teamLog)&lt;BR /&gt;{&lt;BR /&gt;    &lt;SPAN&gt;GetTeamEventsResult &lt;/SPAN&gt;eventRes = &lt;SPAN&gt;null&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;try&lt;BR /&gt;&lt;/SPAN&gt;    {&lt;BR /&gt;        eventRes = teamLog.getEvents(); &lt;SPAN&gt;//Connect and get events from DropBox server.&lt;BR /&gt;&lt;/SPAN&gt;        &lt;SPAN&gt;eventCursor &lt;/SPAN&gt;= eventRes.getCursor();&lt;BR /&gt;    }&lt;BR /&gt;    &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;DbxException &lt;/SPAN&gt;e1)&lt;BR /&gt;    {&lt;BR /&gt;        e1.printStackTrace();&lt;BR /&gt;    }&lt;BR /&gt;    &lt;SPAN&gt;while&lt;/SPAN&gt;(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;BR /&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;List&lt;/SPAN&gt;&amp;lt;&lt;SPAN&gt;TeamEvent&lt;/SPAN&gt;&amp;gt; &lt;SPAN&gt;events &lt;/SPAN&gt;= eventRes.getEvents();&lt;BR /&gt;        &lt;SPAN&gt;for&lt;/SPAN&gt;(&lt;SPAN&gt;int &lt;/SPAN&gt;i = &lt;SPAN&gt;0&lt;/SPAN&gt;; i &amp;lt; &lt;SPAN&gt;events&lt;/SPAN&gt;.size(); i++)&lt;BR /&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;TeamEvent event &lt;/SPAN&gt;= &lt;SPAN&gt;events&lt;/SPAN&gt;.get(i);&lt;BR /&gt;            &lt;SPAN&gt;System&lt;/SPAN&gt;.&lt;SPAN&gt;out&lt;/SPAN&gt;.println(&lt;SPAN&gt;event&lt;/SPAN&gt;.toStringMultiline());&lt;BR /&gt;        }&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;if&lt;/SPAN&gt;(eventRes.getHasMore())&lt;BR /&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;try&lt;BR /&gt;&lt;/SPAN&gt;            {&lt;BR /&gt;                eventRes = teamLog.getEventsContinue(&lt;SPAN&gt;eventCursor&lt;/SPAN&gt;);&lt;BR /&gt;                &lt;SPAN&gt;eventCursor &lt;/SPAN&gt;= eventRes.getCursor();&lt;BR /&gt;            }&lt;BR /&gt;            &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;DbxException &lt;/SPAN&gt;e)&lt;BR /&gt;            {&lt;BR /&gt;                e.printStackTrace();&lt;BR /&gt;            }&lt;BR /&gt;        }&lt;BR /&gt;        &lt;SPAN&gt;else&lt;BR /&gt;&lt;/SPAN&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;break&lt;/SPAN&gt;;&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;static public  void &lt;/SPAN&gt;&lt;SPAN&gt;getUsers&lt;/SPAN&gt;(&lt;SPAN&gt;DbxTeamTeamRequests &lt;/SPAN&gt;team)&lt;BR /&gt;{&lt;BR /&gt;    &lt;SPAN&gt;try&lt;BR /&gt;&lt;/SPAN&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;MembersListResult &lt;/SPAN&gt;memberList = team.membersList();&lt;BR /&gt;        &lt;SPAN&gt;memberCursor &lt;/SPAN&gt;= memberList.getCursor();&lt;BR /&gt;&lt;BR /&gt;        &lt;SPAN&gt;while&lt;/SPAN&gt;(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;BR /&gt;        {&lt;BR /&gt;            &lt;SPAN&gt;List&lt;/SPAN&gt;&amp;lt;&lt;SPAN&gt;TeamMemberInfo&lt;/SPAN&gt;&amp;gt; &lt;SPAN&gt;members &lt;/SPAN&gt;= memberList.getMembers();&lt;BR /&gt;            &lt;SPAN&gt;for&lt;/SPAN&gt;(&lt;SPAN&gt;int &lt;/SPAN&gt;i = &lt;SPAN&gt;0&lt;/SPAN&gt;; i &amp;lt; &lt;SPAN&gt;members&lt;/SPAN&gt;.size(); i++)&lt;BR /&gt;            {&lt;BR /&gt;                &lt;SPAN&gt;TeamMemberInfo member &lt;/SPAN&gt;= &lt;SPAN&gt;members&lt;/SPAN&gt;.get(i);&lt;BR /&gt;                &lt;SPAN&gt;System&lt;/SPAN&gt;.&lt;SPAN&gt;out&lt;/SPAN&gt;.println(&lt;SPAN&gt;member&lt;/SPAN&gt;.toStringMultiline());&lt;BR /&gt;            }&lt;BR /&gt;&lt;BR /&gt;            &lt;SPAN&gt;if&lt;/SPAN&gt;(memberList.getHasMore())&lt;BR /&gt;            {&lt;BR /&gt;                &lt;SPAN&gt;try&lt;/SPAN&gt;{&lt;BR /&gt;                    memberList = team.membersListContinue(&lt;SPAN&gt;memberCursor&lt;/SPAN&gt;);&lt;BR /&gt;                    &lt;SPAN&gt;memberCursor &lt;/SPAN&gt;= memberList.getCursor();&lt;BR /&gt;                }&lt;BR /&gt;                &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;DbxException &lt;/SPAN&gt;e){&lt;BR /&gt;                    e.printStackTrace();&lt;BR /&gt;                }&lt;BR /&gt;            }&lt;BR /&gt;            &lt;SPAN&gt;else&lt;BR /&gt;&lt;/SPAN&gt;            {&lt;BR /&gt;                &lt;SPAN&gt;break&lt;/SPAN&gt;;&lt;BR /&gt;            }&lt;BR /&gt;        }&lt;BR /&gt;    }&lt;BR /&gt;    &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;DbxException &lt;/SPAN&gt;e)&lt;BR /&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;throw new &lt;/SPAN&gt;RuntimeException(e);&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public static void &lt;/SPAN&gt;&lt;SPAN&gt;main&lt;/SPAN&gt;(&lt;SPAN&gt;String &lt;/SPAN&gt;args[]) &lt;SPAN&gt;throws &lt;/SPAN&gt;&lt;SPAN&gt;IOException&lt;/SPAN&gt;, &lt;SPAN&gt;DbxException &lt;/SPAN&gt;{&lt;BR /&gt;    &lt;SPAN&gt;DbxCredential credential&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;Path path &lt;/SPAN&gt;= &lt;SPAN&gt;Paths&lt;/SPAN&gt;.&lt;SPAN&gt;get&lt;/SPAN&gt;(&lt;SPAN&gt;"C:&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;tri&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;proj&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;features&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;features&lt;/SPAN&gt;&lt;SPAN&gt;\\&lt;/SPAN&gt;&lt;SPAN&gt;outputKey.json"&lt;/SPAN&gt;);&lt;BR /&gt;    &lt;SPAN&gt;byte&lt;/SPAN&gt;[] &lt;SPAN&gt;data &lt;/SPAN&gt;= &lt;SPAN&gt;Files&lt;/SPAN&gt;.&lt;SPAN&gt;readAllBytes&lt;/SPAN&gt;(&lt;SPAN&gt;path&lt;/SPAN&gt;);&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;try&lt;BR /&gt;&lt;/SPAN&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;credential &lt;/SPAN&gt;= &lt;SPAN&gt;DbxCredential&lt;/SPAN&gt;.&lt;SPAN&gt;Reader&lt;/SPAN&gt;.readFully(&lt;SPAN&gt;data&lt;/SPAN&gt;);&lt;BR /&gt;    }&lt;BR /&gt;    &lt;SPAN&gt;catch &lt;/SPAN&gt;(&lt;SPAN&gt;JsonReadException &lt;/SPAN&gt;e)&lt;BR /&gt;    {&lt;BR /&gt;        &lt;SPAN&gt;throw new &lt;/SPAN&gt;RuntimeException(e);&lt;BR /&gt;    }&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;// Create a DbxTeamClientV2, which is what you use to make API calls.&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;DbxRequestConfig requestConfig &lt;/SPAN&gt;= &lt;SPAN&gt;new &lt;/SPAN&gt;DbxRequestConfig(&lt;SPAN&gt;CONFIG_NAME&lt;/SPAN&gt;);&lt;BR /&gt;    &lt;SPAN&gt;DbxTeamClientV2 dbxClient &lt;/SPAN&gt;= &lt;SPAN&gt;new &lt;/SPAN&gt;DbxTeamClientV2(&lt;SPAN&gt;requestConfig&lt;/SPAN&gt;, &lt;SPAN&gt;credential&lt;/SPAN&gt;);&lt;BR /&gt;    &lt;SPAN&gt;DbxTeamTeamLogRequests teamLog &lt;/SPAN&gt;= &lt;SPAN&gt;dbxClient&lt;/SPAN&gt;.teamLog();&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;DbxTeamTeamRequests team &lt;/SPAN&gt;= &lt;SPAN&gt;dbxClient&lt;/SPAN&gt;.team();&lt;BR /&gt;    &lt;SPAN&gt;MembersListResult memberList &lt;/SPAN&gt;= &lt;SPAN&gt;team&lt;/SPAN&gt;.membersList();&lt;BR /&gt;    &lt;SPAN&gt;memberCursor &lt;/SPAN&gt;= &lt;SPAN&gt;memberList&lt;/SPAN&gt;.getCursor();&lt;BR /&gt;&lt;BR /&gt;    &lt;SPAN&gt;getUsers&lt;/SPAN&gt;(&lt;SPAN&gt;team&lt;/SPAN&gt;); //OK, returning correct users information.&lt;BR /&gt;    &lt;SPAN&gt;getLogEvents&lt;/SPAN&gt;(&lt;SPAN&gt;teamLog&lt;/SPAN&gt;);&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:14:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633353#M29218</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-01T17:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633365#M29219</link>
      <description>&lt;P&gt;This was a bug that could occur with versions before v5.3.0 of the Dropbox Java SDK. Please update to at least v5.3.0, or preferably the latest version, currently v5.4.4, and try again.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:47:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633365#M29219</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-01T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633383#M29222</link>
      <description>&lt;P&gt;I need the 4.x.x version because our application is using Java 8. To use version 5.x.x, I need to have Java 11+ which I cannot install it because our application will not compile with Java 11+. Can we have another way to resolve it?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 19:06:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633383#M29222</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-01T19:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633385#M29223</link>
      <description>&lt;P&gt;That should be addressed in v5.4.4, per &lt;A href="https://github.com/dropbox/dropbox-sdk-java/releases/tag/v5.4.4" target="_blank"&gt;the release notes&lt;/A&gt;. Please give that a try and let us know if you run in to any issues. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 19:16:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633385#M29223</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-01T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633393#M29225</link>
      <description>&lt;P&gt;I have a compile error on the function that using the class&amp;nbsp;ListFolderBuilder when I use version 5.4.4 SDK. I think I have to re-write that function (any suggestion is welcome here). Other than that, the code above run fine with the 5.4.4 SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 19:59:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633393#M29225</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-01T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633404#M29226</link>
      <description>&lt;P&gt;Yes, that interface may have been updated in a version of the SDK after the one you were using. You can find &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/files/DbxUserListFolderBuilder.html" target="_blank"&gt;the latest documentation here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, I'm glad to hear this seems to resolve the main issue. &lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 20:24:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633404#M29226</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-01T20:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh key does not work.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633454#M29228</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 22:50:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Refresh-key-does-not-work/m-p/633454#M29228</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-01T22:50:47Z</dc:date>
    </item>
  </channel>
</rss>

