Hello,
I'm been searching in a few places including the documentation of google drive API but i don't really know if this is possible...
I'm building a PHP software and the goal is to store some products and for each product they have some attachments with related information. This application have multiple users who need's to login in the application.
What i pretend is instead saving the documents (word, excel, pdf, ...) in the server (or service) i want to store it on a google drive account... This account is not the user's account but one specific for this software and the client should not notice the difference between uploading to the server or to google's account.
The purpose of this is for later instead downloading the file, i redirect to the link of the document in google drive website (public or some temporary access)... this way they can edit the file in simultaneous, and there is no need to uploading the changes since we are editing the file directly...
If its possible can you please show me the steps needed to make this?
Thanks