GreenFlux Blog GreenFlux Blog

Home Tags Series About
Home Tags Series About

Posts tagged "Google_Drive"

4 posts found

Export & Sync All Images from a Google Doc to Drive Folder using Apps Script

Export & Sync All Images from a Google Doc to Drive Folder using Apps Script

Easily extract all images from a doc and sync with matching folder

Feb 03, 2025 5 min read
Series: Google Apps Script

Adding images to a Google Doc is no problem, but getting them back out can be a pain. I’ve written about this before with Five Ways to Extract All Images From a Google Doc, and more recently, with...

google_apps_script Google JavaScript Google_Docs Google_Drive Low_Code
Extracting All Images From A Google Doc Using Python

Extracting All Images From A Google Doc Using Python

Using Google Colab for Bulk Image Extraction to Drive

Nov 23, 2024 5 min read

Google makes it as easy as possible to add new images to a Google Doc, with options like drag-and-drop, paste from clipboard, insert from Drive/URL, etc. But they make it surprisingly hard to get the...

Python Google_Colab Google_Drive Tutorial Python_3
Extract Images from a Google Doc and Save to Drive Folder

Extract Images from a Google Doc and Save to Drive Folder

Jun 10, 2023 5 min read
Series: Google Apps Script

Recently, I needed to export all the images from a Google Doc and upload them to another service. Seems like a simple job, right? You would think... but not so much. Google Docs blocks the standard...

google_apps_script Google_Drive Google_Docs
Save files to Google Drive by POST-ing the URL to a web app

Save files to Google Drive by POST-ing the URL to a web app

Jun 09, 2023 5 min read

I just found an old script I wrote that others might find useful, so I wanted to share. This script saves a file to Google Drive when you POST its URL to the webapp, using this format: { 'key':...

google_apps_script APIs Google_Drive JavaScript

© 2025 GreenFlux, LLC.

RSS Feed