Questions tagged [google-drive-shared-drive]

Use this tag for questions related to items stored in a Google Workplace "Shared Drive" (formerly Team Drive). Shared Drives offer members a shared directory in which all files and folders are owned by the team, rather than individual users. Special support is needed in applications due to the different ownership and file directory model.

Shared Drives (formerly Team Drives) are a type of organisation space within Google Drive that supports files owned by an organisation rather than an individual user. Shared Drive files must have exactly one parent folder, much like files on a hard drive. This means that Shared Drive files belong to a single Shared Drive and are located in a single location within that Shared Drive. Having a single location simplifies permission rules for Shared Drive files.

390 questions
-1
votes
1 answer

How can i REPLACE a file with another file (if their name is the same) using 'Trash' ing in Google App Script?

I am accessing a list of folders from a shared drive. In here, I am converting a few excel files into spreadsheet. My issue is to replace the old converted files with the new file. This is because every time i run the script the new converted…
-1
votes
1 answer

Google drive not showing left panel

I shared our coporate google drive folder with one of our suppliers but they are not seeing the left panel coming up so they can't add new files to the folder
Candice
  • 199
  • 3
  • 13
-1
votes
1 answer

Python: find and download missing files from google drive (using a sharable link)

Given a sharable link to a google drive folder (folder ID), I would like to compare the dir list under this folder with the dir list under a given path, and download the missing files. I've read about PyDrive but couldn't find an elegant way to…
-1
votes
1 answer

How do I add linked tables to a microsoft access database where the source is stored on Google Drive (for free)?

So for context, I have a database backend that is stored in Google Drive and I have a frontend with an interface, forms, and reports. The current solution that we have is that all employees in the company have Google Drive for desktop and the source…
-1
votes
3 answers

Securing the resources in Amazon S3

We have an amazon s3 account and a number of important documents are saved there in the bucket. Is there a way we can secure those resources so that they are not deleted from the S3 account by any team member other than the primary account…
-1
votes
1 answer

Google Apps Script: How to trash certain file types from a folder

I have a Google Apps Script that I want to have check a folder (and all subfolders) and set to trashed all files of a certain file type. (in my case Google Doc format files). I'm certain my problem is with my var filetype or my If statement line.…
-1
votes
1 answer

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…
-1
votes
1 answer

How to move files in Google Drive automatically with Google Script, based on partial file name?

I'm rather new to Google Scripts. We are wanting to make all files uploaded to a single folder in Google Drive be automatically moved to other folders, based on part of their file name. 3 example files: APX PMT 05.02.2019, ALT PMT 05.03.2019, BEA…
-1
votes
1 answer

Google Drive analytics - who download what

I have the G-Suite for business, and I have a directory where I put some data about the company. The directory is private, and only some of my colleagues has the access. I'd like to know who download/watch what. Is that possibile? Thanks
DeLac
  • 1,068
  • 13
  • 43
-1
votes
1 answer

Update CSV to Google Sheet's

I am trying to import about a 15,000 row csv file to a google sheet that we use. I thought the import csv would work but i can figure out how to write it to make it work. any help would be great. to clarify i am trying to get a raspberry pi to…
-2
votes
0 answers

Search is not searching Google Drive folders

I've got an advanced search set up on a Google site to search folders within a Google Drive, but all it does is pull up the https://script.google.com/a/macros/LINKHIDDENFORPRIVACY/dev/exec?q= address, without searching for the terms input by the…
RoniC
  • 1
  • 1
-2
votes
1 answer

Hosting Gmail and Google Drive on AWS

I'm looking to have all my data under one cloud and don't want to split it between AWS and Google Cloud. Is there a way to use the Gmail and the Google Drive interface while hosting the entire operation on AWS?
-2
votes
1 answer

GDRIVE API with python

I'm doing a little executable where I upload a file on google drive, but that's not exactly what I wanted. I would like to do a versioning of files on google drive, so as not to take up too much disk space. My code for upload files def…
-3
votes
1 answer

Each user can connect their own google drive in laravel app

I've already setup a global google drive in my project where everyone is getting files from one google drive for which i had to setup keys in google console. Now it is required to allow users to connect their own google drives. I just want it to be…
-4
votes
2 answers

Sync everything from google drive business to another business account

Requirements: I have two business workspace account with domain A and B I need to sync everything in the drive-in domain A to domain B automatically (if instant sync is impossible, once per day is also acceptable) reason: just for back up if…
1 2 3
25
26