<?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: API &amp;quot;wrapped&amp;quot; property all of a sudden in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776944#M33949</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1824141"&gt;@Dev FS&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for providing the additional information. If you are using our direct Dropbox API endpoints, the "entries" property would be an expected value to provide information about a file or folder. &lt;BR /&gt;&lt;BR /&gt;That said, it sounds like you’re experiencing an issue with a third-party application (Microsoft Power Automate) using the Dropbox API. I would recommend reaching out to their support organization for further information related to the "wrapped" property in the response body. &lt;BR /&gt;&lt;BR /&gt;If the developers of this app are having any trouble with the Dropbox API itself, they can reach out to Dropbox developer support directly with the relevant technical details.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 13:35:49 GMT</pubDate>
    <dc:creator>iNeil</dc:creator>
    <dc:date>2024-06-12T13:35:49Z</dc:date>
    <item>
      <title>API "wrapped" property all of a sudden</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776280#M33929</link>
      <description>&lt;P&gt;Hi, I appreciate your service with all the great convenience especially API.&lt;/P&gt;&lt;P&gt;This week I realized from my client's claims, that my App experiences errors from most of all accesses through Dropbox API. And I found that there is a major change in the output data: I see "wrapped" property under body object. I checked around some technical information but no clue at all so far. Is this just me or anyone have the same situations?&lt;/P&gt;&lt;P&gt;I would really like to know why this "wrapped" sits there, and if this is temporary change by DB tech team for some reason. Most of all I would love to know how I can keep my app working without my effort of changing all my scripts.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 02:56:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776280#M33929</guid>
      <dc:creator>Dev FS</dc:creator>
      <dc:date>2024-06-10T02:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: API "wrapped" property all of a sudden</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776394#M33933</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1824141"&gt;@Dev FS&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'll be happy to help with any issues you're having with the Dropbox API, but I'll need some more information. Please reply with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- the name and version number of the platform and SDK/library you are using, if any&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- the steps to reproduce the issue, including relevant code snippet(s), but don't include any access or refresh token(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the full text of any error or unexpected output&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alternatively, you can open an API ticket with the above information using the following link:&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="https://www.dropbox.com/developers/contact" target="_blank" rel="noopener noreferrer" data-stringify-link="https://www.dropbox.com/developers/contact" data-sk="tooltip_parent"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 13:47:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776394#M33933</guid>
      <dc:creator>iNeil</dc:creator>
      <dc:date>2024-06-10T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: API "wrapped" property all of a sudden</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776816#M33947</link>
      <description>&lt;P&gt;the API version is 2. and here is the result output (some hidden for privacy).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I test in Postman, the "wrapped" property never shows in body but "entries" element appears directly as expected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap_DB_output_pm_expected.jpg" style="width: 755px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46821i75DA21BA0CF04B9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap_DB_output_pm_expected.jpg" alt="cap_DB_output_pm_expected.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when it is operated in Microsoft PowerAutomate which I applied in the client system it has the "wrapped" as you see on the red line:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap_DB_output_ms_wrapped.jpg" style="width: 677px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46823iD6A959D336BE8849/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap_DB_output_ms_wrapped.jpg" alt="cap_DB_output_ms_wrapped.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This above-mentioned connection I built is a custom connector I created.&amp;nbsp;I checked the other flow connection provided originally by Microsoft, then they return properly without "wrapped" (the below is an example of their original connection of Dropbox "Create File") :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap_DB_output_ms_expected.jpg" style="width: 666px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/46822i766581ADFE628FE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="cap_DB_output_ms_expected.jpg" alt="cap_DB_output_ms_expected.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;I hope this helps. Thank you!&lt;BR /&gt;&lt;BR /&gt;D&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 21:47:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776816#M33947</guid>
      <dc:creator>Dev FS</dc:creator>
      <dc:date>2024-06-11T21:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: API "wrapped" property all of a sudden</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776944#M33949</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1824141"&gt;@Dev FS&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for providing the additional information. If you are using our direct Dropbox API endpoints, the "entries" property would be an expected value to provide information about a file or folder. &lt;BR /&gt;&lt;BR /&gt;That said, it sounds like you’re experiencing an issue with a third-party application (Microsoft Power Automate) using the Dropbox API. I would recommend reaching out to their support organization for further information related to the "wrapped" property in the response body. &lt;BR /&gt;&lt;BR /&gt;If the developers of this app are having any trouble with the Dropbox API itself, they can reach out to Dropbox developer support directly with the relevant technical details.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 13:35:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/776944#M33949</guid>
      <dc:creator>iNeil</dc:creator>
      <dc:date>2024-06-12T13:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: API "wrapped" property all of a sudden</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/778402#M33980</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1706500"&gt;@iNeil&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;As you said it makes sense if I see that is from Microsoft side. I posted in their community and while I have no response yet, I wish I could find any info like their updates or someone else who have the same issue. I'll still keep searching!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 04:13:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/API-quot-wrapped-quot-property-all-of-a-sudden/m-p/778402#M33980</guid>
      <dc:creator>Dev FS</dc:creator>
      <dc:date>2024-06-20T04:13:50Z</dc:date>
    </item>
  </channel>
</rss>

