1

Is there any Google Drive API available for upload and download audio files in windows phone 7. If not then, is there any way to achieve this.

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

0

The Google APIs Client Library for .NET doesn't support Windows Phone 7 yet, but you can send raw HTTP requests from your app and implement the protocol yourself.

Check the Google Drive SDK documentation for upload and download instructions.

Claudio Cherubino
  • 14,896
  • 1
  • 35
  • 42