I cannot retrieve GeoPoints with where clause

I have whereClause like this:
metadataField=‘4f6c54c6e4b08a0bb9109809’ OR metadataField =‘50f5560ae4b0af1956256c65’ OR metadataField =‘53892206498e379b2c84b856’ OR metadataField =‘4dd2d408fa7611af69e64e63’ OR metadataField =‘51a0e4f7498e8482eca61199’ OR metadataField =‘4f118fafe4b067f66fb2373c’ OR metadataField =‘4d52e1093626a093c65633bd’

BackendlessGeoQuery geoQuery = new BackendlessGeoQuery();
geoQuery.addCategory("my_category");
geoQuery.setPageSize(50);
geoQuery.setWhereClause(whereClause);


BackendlessCollection<GeoPoint> geoPointCollection = Backendless.Geo.getPoints(geoQuery);

But it always return error:
code=Internal client exception message=https://api.backendless.com/v1/binary

Hi Timofey,

I could not duplicate the problem. Any chance you could email me your APP ID and Android Secret Key? Please send it to mark@backendless.com.

Cheers,
Mark