You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to volley...@googlegroups.com
I am new to Android development and volley,
I am developing an App, that can transmit the data from app to Webserver Servlet. My post request does not reaches the Servlet. And app is giving me an error in my Eclipse Logcat, Can you please advice what is this error about.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to volley...@googlegroups.com
If you are getting an http status code back (500) then volley is working as intended and you're likely sending a request your server cannot handle.
I'd recommend trying a public API that is known to work. I recommend open weather map. The Udacity Android course used it and it's a simple API to work with.