filestack-java
filestack-java copied to clipboard
Official Java SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Hello! Has the 0.9.0 jar file been taken down? My builds are failing due to a 403 Gradle encounters while attempting to find this SDK. ``` Could not GET 'https://s3-us-west-2.amazonaws.com/si-mobile-sdks/android/com/filestack/filestack-java/0.9.0/filestack-java-0.9.0.pom'....
Getting error: java.lang.RuntimeException: com.filestack.HttpException: {"error":"invalid params: size","timestamp":1640155298} when File size is over 2 GB. (I am uploading File from Local storage). Supporting of Uploading 2GB+ files is not supported. Since...
Is this project still alive? No commit during the past two years, no Release for 0.9.0. What is the supposed way to use filestack in a java app?
This is in an Android app running in debug (i.e. no proguard/obfuscation). The client is unable to initialize. Here's the stacktrace: `java.lang.IllegalStateException: Fatal Exception thrown on Scheduler.Worker thread. at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:59)...
Is there a way to access the response body, or more ideally, the 'key' parameter returned in the response body, with this library? Here's the response: `{ "url": "https://www.filestackapi.com/api/file/s7tdGfE5RRKFUxwsZoYv", "size":...
Updated build file to generate docs and updated as per master Downgraded gradle to be compatible with jdk 21