Der Upload mit der API funktioniert bei mir leider nicht mehr. Beim UploadFileExample aus der Version 0.10 bekomme ich folgende Exception:
Exception in thread “main” java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at to.uploaded.file.UPUpload.start(UPUpload.java:138)
at example.UploadFileExample.main(UploadFileExample.java:34)
Java Result: 1
Diese Exception wird beim auslesen der FileID geworfen:
fileId = content.substring(0, content.indexOf(“,”));
Der Grund dafür ist, dass der Inhalt von content der String “forbidden” ist, anstatt ein gültiger Wert wie zB. “cg65a172,0″
Hat UL da etwas geändert oder hab nur ich das Problem?
LG