Sunday, 15 March 2015

google api - Drive Api Java : MediaContent & MediaSource alternative for Drive Api -


Using Drive API, I want to send a file as an attachment ("do not want to save it in Drive").

Earlier I was using the 'Document List API' to use these sections

  com.google.gdata.data.MediaContent com.google. Gdata Data.media.MediaSource  

Now, I want to get the same using drive API classes. So what are the options for these classes in drive ap?


No comments:

Post a Comment