-2down votefavorite I am trying to connect to google one drive on my website using php to upload submitted form information. Client side: User fills form, submits form, goes to success page. Website side: receives data, connects to one drive account using a predetermined user account, information is uploaded, user is redirected. I am trying to avoid the client being asked to sign in, or do be able to have any access to the google docs files or user. how would I do this? I saw a way to do it using Zend GData but from what I could tell you need to have access to a console. My host does not allow me to install anything. I have tried to connect using some api code, but the requests were done through url to connect the user to one drive with their google account. I have looked into this for the last 5 hours and just keep coming back confused. Could use some help because there is too much information for me to get a good footing on what I need to do. Some one linked me to http://hublog.hubmed.org/archives/001954.html but I am confused if the one time varification is of each web client, or if its of the owner of the one drive account who is allowing others to edit his file. So as a web admin i can varify, but no one else will know they are submiting there form to php and then to google drive file?