Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Google Docs using PHP | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Jesús Ortega - 7 months ago (2015-07-04) google docs
+2 | I need to open Google documents from PHP application. I would like to see if anybody has experience in that. |
3. by Karl - 6 months ago (2015-07-28) Reply
You could use the Manuel Lemos OAuth class or use some simple links with file_get_contents or get_data, curl.
4. by Jesús Ortega - 6 months ago (2015-07-28) in reply to comment 3 by Karl Comment
thanks a lot Karl I've used the examples showed in this page from google- developpers: api-client-library/php/auth/web-app
I've checked too Manuel Lemos Class Class and it was too very useful thanks again Jesús Ortega
1. by Samuel Adeshina - 7 months ago (2015-07-05) Reply
What exactly do you want, a 'package recommendation' or an 'experience'. If you seek for the latter, you could post a job recommendation on the site but you're in the right place if what you need is a php class that can retrieve information from google docs
2. by Jesús Ortega - 7 months ago (2015-07-06) in reply to comment 1 by Samuel Adeshina Comment
Hi Samuel, thanks for your comment. What I'm trying to find the way (via php classes) to replace an application to hadle MS office word documents for Google Documents, so I need to authentificate in Gdrive (I've seen a php class post by Manuel lemos...) and later to generate and uploading documents to google docs thanks again Jesus Ortega
0 | by Manuel Lemos 11100 - 7 months ago (2015-07-05) Comment To access Google Docs you can use its API. Since Google APIs are based on OAuth, you can use this class to access Google Docs files on behalf of a given user that authorizes the access to his documents. Take a look at the login_with_google.php example script and adapt the URL and parameters of the CallAPI function call to make it perform the API operations on Google Docs that you need. |
1. by Jesús Ortega - 7 months ago (2015-07-06) Reply
Thanks Manuel, I'll try it, and it looks nice Do you know if there is any class to upload and convert documents to Google Drive??
Recommend package | |
|