Click here to Skip to main content
15,797,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on a win phone app. I have to perform all crud operation of rest api on 4shared.com. I am working on updating file info (name and description). I tried to perform put in 4shared api console by passing parameters and also get file response. But information is not updated one it was the same old values.
I am using like this
http://api.4shared.com/v0/files/id.json?oauth_token=value&name=mayank&description=testing

content-type:application/x-www-form-urlencoded
method-type:put
Posted
Updated 27-Sep-12 2:17am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900