Ron5410460
Posts: 0
Joined: Tue Jan 08, 2013 4:16 am

I can't get a service response for my read files service

Whenever I try and test to get a response from my files read service I keep getting this response : (file_name should only contain characters from a-z, A-Z, 0-9, ., -, _ ranges, '.' should not be first or last symbols, Space symbols are not allowed.) I uploaded the image from my app so this makes no sense to me. I know I have all the parameters set correctly because I can upload and list things in my database. Could you please help! I have attached a screen shot Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

I can't get a service response for my read files service

Hi Ron,

You use "read" service without idi(file_name). Thus you have this error.

You need to fill "file_name" request parameter with certain file name and then you will get a response.

Please try following:
1 open your DB on files collection.

2 Find any file from files collection and copy one of "file_name".
Details: http://prntscr.com/8wuudy/direct

3 Put this value into read service.
Details: http://prntscr.com/8wuwec/direct

Then your service will return a response.

Regards.

Return to “Issues”