-
php script to upload files into google docs
how can i upload my files into google docs using php.
Is it possible? If it is help me out
-
-
You would have to look at the details of how google allows access to their servers.
In short, you would need to submit data (probably via POST method), and this is possible with PHP, though it would require a page that accepts this on google's server.
If there is not an option from google, then the only way to do it would be to log on normally (manually, or with a complex automated script), which would include giving out your google password to anyone using the page.
I doubt it is possible, or at least think it would be very difficult, unless google has setup something for this purpose. You could always email and ask... google is quick and innovative. Maybe this would be helpful for others, enough that they'd make it for you. Unlikely, but won't hurt.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
-
-
I was Googling for an answer to this question, and found this thread, and also the following one, which may be useful:
http://stackoverflow.com/questions/2...eference-to-th
It notes the Google Docs API: http://code.google.com/apis/document...ers_guide.html
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks