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

Spyder won't find folders

I have a quite weird problem happening with my code. I recently upgraded from the old version of Google Drive to the Google File Stream, and, yes, I am working with files in the cloud. Now, the problem: I have a path to a folder on my google drive.…
0
votes
1 answer

Remove doc_title date/time stamp

I want to remove the date and time stamp on doc_title value in a simpler way. The stamp appears either before or after the name part in the doc_title. title values FileName1 (2018-03-07 at 09:00 GMT-8), (2018-03-05 at 06:44 GMT-8)…
0
votes
1 answer

browse files in google team drive

I am trying to write a simple Google Apps Script to list the files in a Google Team Drive and I am not having much success. Here is the code: function start() { Logger.log("Starting application..."); var startingFolders =…
-1
votes
1 answer

Prevent google drive editor download file - google enterprise

I want that some users into google drive shared drive join and edit files, but without any option to share file (sharing, download, print, etc). Its possible to modify "Editor" role permissions to have a custom setup?
-1
votes
1 answer

How to solve the problem with google drive api?

I have created tools for the video editor so that the video editor receives edits from customers to the video (analog frame.io, filestage, zipflow, etc.). I'm having a problem with accessing videos via the API on my website. Я The functionality of…
-1
votes
1 answer

How to read multiple CSV files from Google in Jyputer Notebook and traverse each file

I have 45 files in my Google Shared Drive. I need to load them in Jyputer Notebook. Each files are data for each month for the last 3 years. I need result for each file. How do I do this Pandas? The operations are as follows: Read all 45 files Get…
anagha s
  • 323
  • 1
  • 4
  • 15
-1
votes
2 answers

Create document and save file in folder found by name

Thanks in advance for any assistance yall can give me. I have a spreadsheet which I use to create documents based on a template. The names of the clients exists in D2:D. Here's what I want my scripts to do: Check parentfolder for folders with the…
-1
votes
1 answer

Google Drive Url System Design

I noticed this behavior on Google Drive. When a link is created for a file on Google Drive, the link is valid until the file is deleted. Moving the file to another folder(s) does not affect the behavior of url. I will like to understand how they…
-1
votes
1 answer

List folders and file count google drive

How would I get a list of folders in a google drive directory on to a googlespread sheet that will include the name of the folders and the count of the files that are in that folder on to a google sheet. function listFilesAndFolders() { var…
-1
votes
1 answer

Create Google Script that saves sheet as pdf to specified folder in google drive

So thanks to other members I was able to piece together a script that does what I need except for 1 small hiccup. Rather than saving the single sheet as a pdf in the designated folder, it saves the entire workbook. I've tried multiple variations…
-1
votes
1 answer

Is it possible to use Google drive for shareable data in android apps?

I want to create a simple shareable shoppinglist android app and I wonder, if there's a possibility to use Google drive as "db". Technically it should work right? If the entries of that shopping list would be saved in a simple table database in…
3474
  • 1
  • 2
-1
votes
1 answer

google shared drive search api

i have lots of google shared drive and many content in it , currently trying to search some query and i got only limited result , but when i am trying to search those query in drive i got many results. response through API : - res.json my code is :…
-1
votes
1 answer

Can I make Google Drive available on my home network as a network drive?

Can I create a connection on one computer or device that exposes my drive to the rest of my network as a network shared drive? My specific use case is that I have an older scanner that is connected to my wife that scans files and can send them to an…
des
  • 125
  • 6
-1
votes
1 answer

Automatic Syncing between two Google Drive Shared Drives

Question: I have two Google Shared Drives (Team Drives), let's say Movies and MoviesBackup. I need to backup whatever I upload to Movies into MoviesBackup. For this, I need an unidirectional sync from Movies to MoviesBackup, once daily. What I have…
-1
votes
1 answer

Google Drive - Automating creating multiple folders and documents templates

Our organization creates the same folder structure with templated documents for each job. Right now staff manually creates each folder and within those folder creates each document from a template in the organizations template gallery. Is there a…
Dillfrei
  • 1
  • 1
1 2 3
25
26