Mounting google drive with multiple google colab accounts - google-drive-api

Is it possible to mount the same google drive with different colab accounts?
When I tried I couldnt get access.

Related

Apps Script Service Account Ownership Issue

I encounter the following problem:
An external app is using a service account to copy Google Sheets from a template folder to a shared drive.
After the copy the apps script that is in the Google Sheet is still owned by the service account and can't be run be anyone else.
When a user copies the file once more, the script can be run by the user.
So why is the ownership of the script still the service account while the Google Sheet resides on a shared drive and the shared drive is the owner of the GS?
How can we transfer ownership of the script (not the GS) to the shared drive? or is there another solution?

Does the Google COLAB folder in Google Drive not support subfolders?

This may be the dumbest question ever, but here goes. I cannot get COLAB to open a folder within the COLAB folder of Google Drive. Is no folder organization allowed in the colab folder? How do I organize colab notebooks so that every notebook is not in the same google drive directory?
Most similar questions are concerned with importing data or other files into a particular notebook. That is not my concern. I want to organize separate colab notebooks. But, trying to open in colab anything other than an actual notebook file throws an error instead of, say, opening a subfolder with notebooks stored in it.
What am I missing?!?

How to publish Drive App for Shared Drive

I have published a drive app that works fine for my drive. But it does not show up when i am in Shared Drive. Do I have to republish or re-install the app Or
my System Admin will install that app and that will reflect in everyone's account. Please help me out.
I Found it myself after few hours of R&D. If you want to enable your Drive Installable App to be appear in Shared Drive then check the checkbox titled as Shared Drive Support and click save

Google drive synch from "Drive to PC"

I have created a new file and google drive through the browser.
But I am unable to see the new file on the connected google drive physic PC drive.
Is this not achievable with google drive?
Only one side of synch only work(PC to Google Drive)? Two way syncing is not possible (PC to Google Drive and Google drive to PC)?
AFAIK, this is a one way sync (PC to Drive not the other way around). When installing the Google Drive app and do a backup and sync, Google Drive acts as a Cloud backup for any changes to the selected folders you've wanted to backup.
As stated in this guide:
The Backup and Sync tool is split up into two main sections:
Google Drive: This performs the same function as the original Google Drive app. You choose what folders to sync from your Google Drive cloud storage, and they’ll appear in a Google Drive folder on your PC. Anything you put into that folder will also sync to Google Drive.
My Computer: This part is new, and allows you to sync files between your computer and Drive without putting them in the dedicated Google Drive folder. Just pick the folders from your computer you want to sync, and they’ll sync to your cloud storage (though they’ll appear in a separate section of the Google Drive interface, rather than with all your other Drive files.)
Hope this helps.

Is there a way in vb.net to determine if google drive is syncing a file?

I have written a vb.net application that shares a file on google drive. I need to be able to determine when google drive is in the process of syncing the file.