Results 1 to 4 of 4

Thread: php script to upload files into google docs

  1. #1
    Join Date
    Aug 2009
    Posts
    74
    Thanks
    7
    Thanked 1 Time in 1 Post

    Default 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

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,156
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  3. #3
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    merci

  4. #4
    Join Date
    Apr 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •