Search code examples
androidparse-platform

what should I use as contentType parameter in ParseFile


I use ParseFile and when I want to create a new one with that constructor:

ParseFile parseFile = ParseFile(String name, byte[] data, String contentType);

what should I use in the contentType pram?


Solution

  • After some tries it seems I should use mime types