I'm recieving an error with the following message whenever I try to build a thumbnail:
com.dropbox.core.DbxException$BadRequest: Error in call to API function "files/get_thumbnail": HTTP header "Dropbox-API-Arg": size: unknown tag 'xs'
This error occurs after running this line of code.
dropBoxClient.files.getThumbnailBuilder(meta.pathLower).format(Files.ThumbnailFormat.png).size(Files.ThumbnailSize.xs).start();
dropBoxClient:
DbxRequestConfig requestConfig = new DbxRequestConfig("examples-account-info", userLocale);
DbxClientV2 dropBoxClient = new DbxClientV2(requestConfig, AUTHKEY)