-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to access parseFile in android. #2808
Comments
images accessible from api.parse.com but it give error from local parse server. |
On silly question... in your index.js file have you setted up the parameter |
yes....i alredy set fileKey in index.js........................................but i dont know how to use fileKey in android |
com.parse.ParseException: Download from S3 failed. Not Found i am not using amazon cloude ....still this is showing me s3 failed error and i used filekey in index.js |
There is no connection to your android app with the fileKey. Also one thing. When you change something to your index.js i think you have to stop the npm and start it again :) |
this is index.js file ...errased ip address port number .,,....and keys var express = require('express'); var databaseUri = process.env.DATABASE_URI || 'mongodb://(ipaddress):(port)/PuneUniversity'; if (!databaseUri) { var api = new ParseServer({ |
tnx....problem solved. |
Issue Description
[ I am using local parse server and mongodb database]
Steps to reproduce
Expected Results
[I want access Image File Stored in mongodb database]
Actual Outcome
[Image file in android device]
Environment Setup
Logs/Trace
10-01 08:01:05.515 9441-9441/com.pgdior.unipune W/System.err: com.parse.ParseException: Download from S3 failed. Not Found
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at com.parse.ParseAWSRequest.onResponseAsync(ParseAWSRequest.java:43)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at com.parse.ParseRequest$3.then(ParseRequest.java:137)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at com.parse.ParseRequest$3.then(ParseRequest.java:133)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task$15.run(Task.java:917)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.BoltsExecutors$ImmediateExecutor.execute(BoltsExecutors.java:105)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task.completeAfterTask(Task.java:908)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task.continueWithTask(Task.java:715)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task.continueWithTask(Task.java:726)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task$13.then(Task.java:818)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task$13.then(Task.java:806)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at bolts.Task$15.run(Task.java:917)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
10-01 08:01:05.540 9441-9441/com.pgdior.unipune W/System.err: at java.lang.Thread.run(Thread.java:856)
The text was updated successfully, but these errors were encountered: