php - Google drive file upload API with codeigniter -
i trying use google drive api integration php application upload/get files drive without asking users login gmail while uploading.
is possible drive api? tried uploading file drive basic form.it working ,but in application user should not ask login , user uploaded file must stored in drive.(i.e, using drive storing user uploaded files ).
is possible? , how codeigniter? have working copy in php.
it's pretty simple. instead of using access token associated user, need refresh token associated target drive account. steps here how authorise app (web or installed) without user intervention? (canonical ?)
Comments
Post a Comment