<?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: BadResponseException: Bad JSON: expected object value in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/420281#M22589</link>
    <description>&lt;P&gt;Thanks!&amp;nbsp;That's very helpful. We have your ticket and are working on reproducing and investigating this issue based on that information. We'll follow up with you once we have an update on that.&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2020 16:42:09 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-05-14T16:42:09Z</dc:date>
    <item>
      <title>BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/419620#M22540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;we are getting few errors of this kind&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;com.dropbox.core.BadResponseException: Bad JSON: expected object value.
 at [Source: java.io.ByteArrayInputStream@3f3408aa; line: 1, column: 143897]
	at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:158)
	at com.dropbox.core.v2.DbxRawClientV2.executeRetriable(DbxRawClientV2.java:330)
	at com.dropbox.core.v2.DbxRawClientV2.executeRetriableWithRefresh(DbxRawClientV2.java:351)
	at com.dropbox.core.v2.DbxRawClientV2.rpcStyle(DbxRawClientV2.java:137)
	at com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests.getEventsContinue(DbxTeamTeamLogRequests.java:101)
	at com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests.getEventsContinue(DbxTeamTeamLogRequests.java:127)
....
Caused by: com.fasterxml.jackson.core.JsonParseException: expected object value.
 at [Source: java.io.ByteArrayInputStream@3f3408aa; line: 1, column: 143897]
	at com.dropbox.core.stone.StoneSerializer.expectStartObject(StoneSerializer.java:91)
	at com.dropbox.core.v2.teamlog.TeamEvent$Serializer.deserialize(TeamEvent.java:530)
	at com.dropbox.core.v2.teamlog.TeamEvent$Serializer.deserialize(TeamEvent.java:480)
	at com.dropbox.core.stone.StructSerializer.deserialize(StructSerializer.java:21)
	at com.dropbox.core.stone.StoneSerializers$ListSerializer.deserialize(StoneSerializers.java:320)
	at com.dropbox.core.stone.StoneSerializers$ListSerializer.deserialize(StoneSerializers.java:299)
	at com.dropbox.core.v2.teamlog.GetTeamEventsResult$Serializer.deserialize(GetTeamEventsResult.java:196)
	at com.dropbox.core.v2.teamlog.GetTeamEventsResult$Serializer.deserialize(GetTeamEventsResult.java:161)
	at com.dropbox.core.stone.StructSerializer.deserialize(StructSerializer.java:21)
	at com.dropbox.core.stone.StoneSerializer.deserialize(StoneSerializer.java:66)
	at com.dropbox.core.v2.DbxRawClientV2$1.execute(DbxRawClientV2.java:150)&lt;/PRE&gt;
&lt;P&gt;We are using &lt;A href="https://github.com/dropbox/dropbox-sdk-java" target="_self"&gt;Dropbox Java SDK&lt;/A&gt; latest version, 3.1.3. and we are iterating over the team log.&lt;/P&gt;
&lt;P&gt;Find attached some request ids that are failing:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;8fd15839028f92488d826a573df1c765&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;c56e8d70b7f0702ff048c0c5b1b7a97d&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;8e96c5be98fb3c8e87b9b0410215127b&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 13:37:29 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/419620#M22540</guid>
      <dc:creator>Jose L.8</dc:creator>
      <dc:date>2020-05-13T13:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/419893#M22551</link>
      <description>&lt;P&gt;Thanks for the report! It looks like the SDK is receiving invalid JSON for some reason. I'm not aware of anything that should be causing that right now, and I can't seem to reproduce this myself, so we'll need to look into it specifically for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you be able to print out the problematic response body? That may help show what the issue is. For instance, you could reproduce the call outside the SDK by calling&amp;nbsp;&lt;A href="https://www.dropbox.com/developers/documentation/http/teams#team_log-get_events-continue" target="_self"&gt;/2/team_log/get_events/continue&lt;/A&gt;&amp;nbsp;by plugging in your access token and the relevant cursor. Please feel free to &lt;A href="https://www.dropbox.com/developers/contact" target="_self"&gt;open an API ticket&lt;/A&gt; if you'd prefer to share privately. Either way though, please don't share your access token.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 17:07:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/419893#M22551</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-13T17:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/420279#M22588</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;as a follow up, I opened a ticket&amp;nbsp;&lt;A href="https://dropbox.zendesk.com/hc/en-us/requests/10673253" target="_blank"&gt;https://dropbox.zendesk.com/hc/en-us/requests/10673253&lt;/A&gt;&amp;nbsp;and I believe that the error is parsing "&lt;SPAN&gt;file_locking_lock_status_changed" event types.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 16:40:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/420279#M22588</guid>
      <dc:creator>Jose L.8</dc:creator>
      <dc:date>2020-05-14T16:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/420281#M22589</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp;That's very helpful. We have your ticket and are working on reproducing and investigating this issue based on that information. We'll follow up with you once we have an update on that.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 16:42:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/420281#M22589</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-14T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/421481#M22614</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue, do you have any status update fro this ticket?&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 14:31:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/421481#M22614</guid>
      <dc:creator>guymayor</dc:creator>
      <dc:date>2020-05-18T14:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/421494#M22616</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1257838"&gt;@guymayor&lt;/a&gt;&amp;nbsp;Thanks for checking in. We were able to reproduce this issue internally. This is now open with engineering, but I don't have an update on it yet. I'll follow up here once I do.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 15:05:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/421494#M22616</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-05-18T15:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: BadResponseException: Bad JSON: expected object value</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/544204#M26011</link>
      <description>&lt;P&gt;This should be working properly in the latest version of the SDK. Please give that a try and let us know if there are still any issues with that. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 20:43:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BadResponseException-Bad-JSON-expected-object-value/m-p/544204#M26011</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-09-10T20:43:16Z</dc:date>
    </item>
  </channel>
</rss>

