Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...

i have an idea for my Final year Project...
idea is to transfer data from the Dropbox to Skydrive viceversa online( through web Application).

now i need help regarding that...
what steps should be needed for that and how to implement this idea....

Thanks...
Posted

1 solution

You need to be aware of REST Service. Handle OAuth authentication , make a call to download file and upload.

Use Dropbox , Skydrive API's

https://www.dropbox.com/developers/core/docs#files-GET[^]

http://msdn.microsoft.com/en-us/library/live/hh826521.aspx[^]
 
Share this answer
 
v2
Comments
Shahid Rehman 25-Oct-13 9:02am    
Bro Kindly Explain it little plz
Ranjan.D 25-Oct-13 9:46am    
Refer the API doc and implement the same. Sorry I can't help other that providing you a direction to implement.

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