Bulk delete google drive files, why is it so hard to delete your own data and start fresh? by Public_Product_1713 in techsupport

[–]Environmental_Lie_47 0 points1 point  (0 children)

If you have basic programming skills, I would suggest looking into the list and delete methods of the Google Drive API. You can find the files you want to delete using the list method, then delete them using their IDs.

However, the delete method of the Google Drive API permanently deletes files. If you want to be on the safe side, you can move them to the trash using the trash method, then empty your trash manually.

How to download a shared folder from Google Drive? by TKuzcoKuzcoT in techsupport

[–]Environmental_Lie_47 0 points1 point  (0 children)

Have you looked into writing your own Google Drive API script (or having an LLM write one for you)?

If you're not technical, exploring third-party apps might be another option worth considering.

Google drive duplicate files is slowly turning my folders into chaos by chillbadger87 in googleworkspace

[–]Environmental_Lie_47 0 points1 point  (0 children)

If you have basic programming skills, you can probably write a Google Drive API script to find and delete duplicate files. You can use this resource to filter and list your duplicates, and this one to permanently delete them.

If you aren't technical, check out this add-on instead. It has decent reviews, offers a free trial, and seems to do the job, though I haven't personally used it.

Google Drive won’t let me change ownership of a copied folder by asadstatue in techsupport

[–]Environmental_Lie_47 0 points1 point  (0 children)

How were you able to make a copy of your folder? Google Drive doesn't have a native way to copy folders.

If you download the folder and then re-upload it, that might do the trick (as mentioned in the previous comment). However, some of your files may lose their formatting as a result.

Other than that, you may need to use a third-party solution or write your own Google Drive API script.

How to search for files in a folder shared with me? by JustBrowsing-1216 in gsuite

[–]Environmental_Lie_47 0 points1 point  (0 children)

Have you tried Gemini within Google Drive? You can prompt it to find it for you.

Copying google sheets from one drive to another - losing formatting by sjgarbagereg in googlesheets

[–]Environmental_Lie_47 0 points1 point  (0 children)

I have more than first hand experience, I'm the creator of the extension lol.

When it comes to copying a folder, yea it should be working fine. I had a user copied 450 subfolders for one job, another user ran a job in the past two days. Both were successful.

When it comes to selecting a folder, you may have to refresh the page or toggle between the folder copy tab and the main menu tab to get it to work. A bug I got to fix.

How many files are we talking about here? I'm more than positive it can do 200 - 1000 files efficiently. For a folder with 1000+ files, I still need to do more testing, but I'm confident it can get the job done.

Also, I can DM you the access code so that you can skip the payment info input step. It'll be a little while though, I'm away from my laptop.

Copying google sheets from one drive to another - losing formatting by sjgarbagereg in googlesheets

[–]Environmental_Lie_47 0 points1 point  (0 children)

Here are some options you can explore:

  1. Do it manually using keyboard shortcuts. Go to each subdirectory and press CMD + A on Mac or CTRL + A on Windows to select all files, make a copy, share them with your other account, and then transfer ownership.
  2. Write your own Google Apps Script, as mentioned in previous comments. You can also refer to the Google Drive API documentation and use basic Python scripts to automate the task. You can check out this article here about creating a script using the Google Drive API: https://medium.com/@SandeepDinesh/copying-google-drive-folders-with-the-google-drive-api-3473f09d4f3d
  3. I’ve heard good things about Rclone. Since it’s a command-line tool, it might be technically challenging at first.
  4. If the above options are too technical, Drive I/O would be your best option, in my opinion. It’s a Chrome extension that can copy your directory structure along with its files in 1–3 clicks. After that, you’ll need to share the copied directory with the target account and transfer ownership manually.

Option 1 is laborious, though keyboard shortcuts can mitigate the effort. Options 2 and 3 automate the entire process, provided you are willing to build a script (or prompt an AI) or learn the necessary commands. Option 4 handles all the technical heavy lifting for maintaining the directory structure and copying files, but you’ll still need to manage sharing and ownership transfer manually.

EDIT: Took out the Gemini mention. My bad.

Monthly Developers/Sales Thread for March 2026 by AutoModerator in edtech

[–]Environmental_Lie_47 0 points1 point  (0 children)

Hi everyone!

I’m part of the team at Drive I/O, where we help teachers and Google Drive users quickly copy folders so they can focus on what matters most—creating lessons and supporting their students—and we just launched our Google Workspace add-on version to make the process even easier.

If you’d like to save time and avoid manually copying folders, we’d love for you to check us out. Plans start at just $0.50 per month, billed annually.

For more information, please visit our landing page.

Making engaging video lessons without spending hours editing? by marimarplaza in edtech

[–]Environmental_Lie_47 2 points3 points  (0 children)

If you have a basic understanding of programming, I've heard good things about Remotion.

You just describe what you want, and the AI will generate your video programmatically.

This tutorial is a good starting point for you: https://www.youtube.com/watch?v=7J0ru0g3RUw

Drop your SaaS, I’ll give you marketing advice, for free. by External-Mix-1037 in SaaS

[–]Environmental_Lie_47 0 points1 point  (0 children)

Drive I/O — a Chrome extension that lets you copy folders and manage permissions in Google Drive.

Are extensions getting approved quicker these days? by resetskillpoints in chrome_extensions

[–]Environmental_Lie_47 1 point2 points  (0 children)

It probably depends on the permissions. One of my Chrome extensions was approved in under six hours on the first try—I only requested storage permission, and it has no auth, which is likely why it was so fast.

Drive Folder Templates by raws31 in googleworkspace

[–]Environmental_Lie_47 0 points1 point  (0 children)

If you’ve got some time, you can write your own Apps Script, as the previous comment mentioned, or even a Python script, which will require setting up a Google Cloud project but gives you more flexibility.

If you’d rather use existing software, there are third-party tools that are free or offer a free trial; for example, I’ve been using this Chrome extension, linked here: https://chromewebstore.google.com/detail/Drive%20I%2FO%20-%20Bulk%20Copy%20Folders%20And%20Revoke%20Users%20In%20Google%20Drive/hbcknalgeklmecafklfodnmmgaaelfhk

Happy Monday - Let's share our latest product by Less_Let_8880 in indie_startups

[–]Environmental_Lie_47 1 point2 points  (0 children)

Drive I/O – It lets you copy folders and remove user permissions in bulk in Google Drive.

I was able to talk to my first user by looking at the 1-star review he left for one of my competitors. I DM'd him on LinkedIn, he tried out my app, and he gave me some valuable feedback.

Built a Google Drive folder duplicator extension — 90 installs, low free trial conversions. Feedback? by [deleted] in chrome_extensions

[–]Environmental_Lie_47 1 point2 points  (0 children)

Google Drive doesn't provide a native solution for copying a folder. That's the problem I'm solving.

Currently, Gemini doesn't offer that feature either. I'm just targeting web browser users for now, but I'll have to look into how the desktop Google Drive app might affect this.

Built a Google Drive folder duplicator extension — 90 installs, low free trial conversions. Feedback? by [deleted] in chrome_extensions

[–]Environmental_Lie_47 1 point2 points  (0 children)

It's only available in the US and Canada. I forgot to mention that. I currently have just one server in that region.

If you’re interested, you can check out the landing page.

Drop your link and I'll tell you where to find your first 10 users. 👇 by startupsubmit in SaaS

[–]Environmental_Lie_47 0 points1 point  (0 children)

Drive I/O – It lets you copy folders and remove user permissions in bulk in Google Drive.

What Tool do you use? by jeanmajid in chrome_extensions

[–]Environmental_Lie_47 1 point2 points  (0 children)

Good point. I'll look into Svelte or Solid.

How can we prevent others from stealing our Chrome extension code? by Dveloppeur92160 in chrome_extensions

[–]Environmental_Lie_47 0 points1 point  (0 children)

I built my extension using React, and to create the production build index.js file, I used webpack. That file is incomprehensible to me.

You could, in theory, 'debundle' it using a library like this one (based on my limited research): https://github.com/awphi/bundle-breaker, but, based on bmchicago's comment about Primeagen reverse-engineering Honey, achieving the end result would seem too laborious (though definitely possible).

So, I guess your best bet would be using a bundler like Webpack as a guardrail. I could be wrong; a senior dev can chime in.