I need to learn how to specify the file path for files at internal storage folders. I found at Github.com the next example to compare two images:
ImagingApi imagingApi = new ImagingApi(“clientSecret”, “clientId”);
// c…...jpg”; String imageInStorage2 = “WorkFolder/Image2.jpg”; //...imageInStorage1 = “WorkFolder/Image1.jpg”; with String imageInStorage1...