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

Popular posts from this blog

php - Webix Data Loading from Laravel Link -

libGdx unable to find files in android application data directory -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -