-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
com.parse.ParseRequest$ParseRequestException: Could not store file. #3839
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
Comments
@paulovitin can you please help me with this problem? |
Does it work on a fast connection? |
haven't tried it yet. Will it help? |
Just to see what's the issue, also run your server with VERBOSE=1 so we have the server logs and not only the heroku request logs |
2017-05-22T02:29:40.658Z - Could not store file. |
Not sure where this quota exceeded log comes from. Not from parse-server itself I believe. Do you use any 3rd party service to host your database? What storage adapter do you use? |
only mongo db and nothing else |
@flovilmart these are my db stats |
Doesn't seem to be related to parse-server as the error comes from mongodb. |
Any suggestions? |
Not really, besides that you know where to look at. Also I would recommend you don't store your files in mongodb / GridStore (the default adapter) as it scales badly. |
@flovilmart I solved my mongo Db issue, But Now I am facing another Parse issue. Following are My android logs (I have edited my code, This might be my problem) |
Solved Internet speed was too slow |
@sandeep2242 what workaround you were added? I am facing the same issue. |
com.parse.ParseRequest$ParseRequestException: i/o failure usally comes due to clear text traffic exception try adding android:usesCleartextTraffic="true" to application text in manifest file if you are using android 8+ with http |
Issue Description
I was about to upload image on my parse server and then i encountered this error ie.
com.parse.ParseRequest$ParseRequestException: Could not store file.
. It takes about 2 to 3 minutes to show this error, and all String, int,array are uploading but not images.Steps to reproduce
EDITED CODE
Expected Results
Log.i("Parse", "Save Succeeded");
Actual Outcome
Log.i("Parse", "not Succeeded");
com.parse.ParseRequest$ParseRequestException: Could not store file.
The text was updated successfully, but these errors were encountered: