I am trying to use Google drive API Integration with php application to upload/get files into my drive without asking users to login to Gmail while uploading.
Is it possible with Drive API? I tried uploading a file into drive with basic form.It is working ,But in my application the user should not ask for login and user uploaded file must be stored in my drive.(i.e, I am using my Drive as just for storing user uploaded files ).
Is it possible? And how could I do it with Codeigniter? I have working copy in php.