I have a question, I have a customer who is enterprise customer at google. We are developing a website to manage service intervention/service manuals/reports as PDF. What the customer want is a shared google drive where all the PDF are stored and each user have direct access to the PDF on the google drive form his browser. We have to do is to upload the PDF from a website, so far so good. I have been playing around with the ServiceAccountCredential in .net and it is working fine, uploading, creating etc. BUT !!
Since all files are uploaded with Service Account credential account, they can not be easily be shared since there is no GUI interface etc. and we have to set the permission on each file and directory.
Is there a way to connect with a service account to an existing google drive account.
Thanks for your input
Christian