phungthaihoa / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Transfer files from one remote server to gdrive #610

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to transfer my file from "http://sample.com/gallery/" to gdrive, 
but it returns an error "URI formats are not supported." while executing the 
below line,(my application running in localhost)

entry.MediaSource = new 
MediaFileSource(@"http://sample.com/gallery/mydocs.txt","text/plain" );

I want to transfer my all files from a remote server to grive, could you please 
give me a solution for that...

thanks and regarsd...

Original issue reported on code.google.com by kkumar....@gmail.com on 17 Jul 2012 at 4:25

GoogleCodeExporter commented 8 years ago
Please check the Google Drive SDK documentation at 
https://developers.google.com/drive/, the Google Drive API is supported by the 
Google APIs Client Library for .NET:

http://code.google.com/p/google-api-dotnet-client/

Original comment by ccherub...@google.com on 17 Jul 2012 at 4:16