You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution : in the UploadedFile.java
Remove the image filter at the end of the getByAbstractImage method
or
add condition in the getJSONResourceURL method to apply the filter only for the fetch case.
The text was updated successfully, but these errors were encountered:
The following code
doesn't work because the model still have the filter "image" and doesn't return the standard URL
https://github.com/cytomine/Cytomine-java-client/blob/master/src/main/java/be/cytomine/client/models/UploadedFile.java#L176
Solution : in the UploadedFile.java
Remove the image filter at the end of the getByAbstractImage method
or
add condition in the getJSONResourceURL method to apply the filter only for the fetch case.
The text was updated successfully, but these errors were encountered: