I want to make a PHP app that allows my users to collaborate their document in group on Google Drive. With Google Drive API, instead of asking all my users to use their own google account, can I use a google account on server and all user can view/edit the docs at the same time? Please advise me. Thanks in advance.
Not possible using google docs. You could implement your own realtime solution with realtime api which will be a lot or work.