문제

I'm using your Android library for an implementation of InkFilePicker in an Android app, but I'm having some issues: trying to upload a file, I get an "org.json.JSONException", since there's no value for "key" in the JSON I obtain as a response. I can handle the exception, but this would mean touching the library's files: is it ok? It shouldn't, I think. Library is outdated, or bugged: is there someone who already encountered this problem?

Another little problem: how can I change the default name "testfile.file" to the original one (e.g. "foo.jpeg")?

도움이 되었습니까?

해결책

I had the same problem. I configured my S3 settings and everything went ok after that.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top