When I use DbxDownloader <FileMetadata> .download to download, halfway to cancel the download call DbxDownloader <FileMetadata> .close to operate, but I got a NullPointerException exception, Message is "Attempt to read from filed" int com.android.okio. Segment.limit 'on a null object reference ", but I have done a non-empty argument on the parameters.
And I later use the DbxClientV2 object, such as get the file information: DbxClientV2.files (). GetMetadata (), will get ArrayIndexOutOfBoundsException exception.