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
The example code from the homepage to get an object is broken for me.
req.addObject(id, "*"); // returns a list of the files but when I copy the InputStream to a file the file is empty
It works if I specify the position of the photo:
req.addObject(id, "1");
The text was updated successfully, but these errors were encountered:
The example code from the homepage to get an object is broken for me.
req.addObject(id, "*"); // returns a list of the files but when I copy the InputStream to a file the file is empty
It works if I specify the position of the photo:
req.addObject(id, "1");
The text was updated successfully, but these errors were encountered: