-
BadResponseException: Bad JSON: again
Platform: Java SDK/library: dropbox-sdk-java 4.0.1 (latest) We are getting errors parsing team log contents again. Related ticket: https://www.dropbox.com/support/ticket/14007745 Request id: 2c56a267b7c14da5be4c49506320e667 Request id: 39fddcc390e14431ad0fd1c3adfc9116 Request id: 56c6798cb91246f4ac69d81eeef8dd37 Caused by:…
-
BadResponseException: Bad JSON: expected object value
Hi, we are getting few errors of this kind 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…
-
Is there an audit log endpoint in v2?
Business api v1 has an endpoint for audit events: log-get-events , does v2 have an endpoint with similar features? Also, I'd like to match events with files, f.e. comments, but in v1 I've seen that no path is returned in the add_comment event info_dict, but only base_name (not even path), which makes harder to match in…