I am trying to open and edit a Microsoft word document in google docs from my .NET MVC project. Currently, whenever I open the document it is uploaded to the google drive of the user and then opens for editing. I am using the Google Drive API v3.
I want to open and edit the document without being uploaded in the drive i.e. There should be no trace of the file in the drive. The file is opened and edited directly without being created or uploaded in the Google drive.
http://orhttps://URL then you should be able to open it in Docs as far as I know. I don't think you're required to store it in Google Drive specifically. Have you researched this at all? You say "opened and edited directly", but you don't say where from. Where is the file being stored currently? - ADyson