BubbleとGoogle Driveの連携イメージ
How to Integrate Applications

2025-04-16

How to integrate Bubble with Google Drive to automatically create a folder in Google Drive when a Thing is created in Bubble

m.takahashi

When you receive a lot of emails every day, it can be quite a hassle to save files to Dropbox each time.
Moreover, many people might have experienced the struggle of missing a file save or saving a file in the wrong folder, making it difficult to find later.

In this article, we will introduce a method to automatically save files received in Gmail to Dropbox!

By using no-code tools, you can easily set up automation between Gmail and Dropbox.
You can start using it right away, so be sure to give it a try!

Recommended for

  • Those who want to automatically upload files attached to Gmail to Dropbox
  • Those who want to integrate Gmail and Dropbox to facilitate smooth file sharing within the team
  • Those who want to prevent the loss of attachments and ensure proper document storage

For those who want to try it immediately

In this article, we will introduce the integration method using the no-code tool "Yoom".

No complicated settings or operations are required, and even non-engineers can easily achieve it.

You can start right away using the template below, so please give it a try!

If you store a lot of materials for each project, creating dedicated folders can streamline information management. However, don't you find it tedious to manually create folders every time? In this article, we introduce a method to automatically create folders in Google Drive when a Thing is created in Bubble. This automation might reduce the hassle of manual folder creation and speed up your work. Why not integrate Bubble and Google Drive to achieve business efficiency and data management automation? Recommended for: - Those who use both Bubble and Google Drive - Those looking to reduce the hassle of creating folders in Google Drive - Company representatives aiming to improve the efficiency of manual file management and organization - Project managers looking to efficiently manage materials for each project managed in Bubble - Business owners who want to reduce employee workload and allow them to focus on core tasks Benefits and Examples of Integrating Bubble and Google Drive Efficiency and Time-Saving: Automatically creating folders in Google Drive when a Thing is created in Bubble leads to efficient information management. For example, when a new project or client is added, the task of manually creating folders and organizing data is automated. As a result, employees are freed from manual folder creation, which also reduces human error. Additionally, since the folder creation process is standardized, it becomes easier to understand where information is managed, enabling clear file management. This can improve overall work speed and avoid duplication of tasks, allowing more time to be dedicated to important tasks. Data Organization and Project Management Efficiency: As work progresses, data management for each project tends to become complicated. Especially when handling multiple projects simultaneously, organizing folders is important but can be tedious if done manually. By integrating Bubble and Google Drive to automatically create folders for each project, you can maintain a constantly organized state of information. This may make it easier to track project progress and improve accessibility to necessary information. Particularly, data sharing among team members becomes more efficient, potentially enhancing project management efficiency. Reducing Employee Workload: In daily operations, repetitive tasks like folder creation can be burdensome for employees. The accumulation of routine tasks may waste time and affect employee motivation. By implementing a system that automatically creates folders in Google Drive when a Thing is created in Bubble, employees may be freed from unnecessary tasks and able to focus on more creative and valuable work. As a result, it could reduce the workload for all team members and lead to improved work quality. Let's use Yoom to actually integrate Bubble and Google Drive! [What is Yoom] How to Create a Bubble and Google Drive Integration Flow This time, we will work together to create an integration flow where "a folder is created in Google Drive when a Thing is created in Bubble."

The integration flow is broadly divided into the following processes.

・Register Bubble and Google Drive as My Apps
・Copy the template
・Set the trigger in Bubble, which serves as the starting point of the flow, and then configure the subsequent operations in Google Drive
・Turn on the trigger button and verify the integration operation between Bubble and Google Drive

If you are not using Yoom, please register for free here.
If you are already using Yoom, please log in.

Step 1: Integrate Bubble and Google Drive as My Apps

Let's start by registering the apps you will use as My Apps.
Registering them in advance will make the flow setup smoother.

First, let's register Bubble as a My App.
Access the My Menu on the left side of the Yoom screen and press the new connection button on the right side of the screen.

__wf_reserved_inherit

Next, enter Bubble in the search window and select "Bubble" from the displayed options.
The following screen will be displayed, so proceed with the input.

"Account Name" → Set it as you like
"Access Token" → Log in to Bubble, go to settings, and proceed to API to set it
"Subdomain" → Check and set it from the app URL

Once the settings are complete, click "Add" to finish.

__wf_reserved_inherit

Next, register Google Drive as a My App.
Similarly, enter Google Drive in the search window and select "Google Drive" from the displayed options.
The following screen will be displayed, so click "Sign in with Google".

__wf_reserved_inherit

The account selection screen will be displayed, so select the account you want to use for the integration.

__wf_reserved_inherit

The following screen will be displayed, so check the contents and click "Next".

__wf_reserved_inherit

You will be asked to access Yoom, so check the contents and click "Continue" to complete.

__wf_reserved_inherit

If Bubble and Google Drive are displayed in My Apps, registration is complete.

Step 2: Set the Bubble "When a Thing is Created" Trigger

Let's proceed with the automation settings from here.
Click "Try it" on the banner below to copy the flow bot.

When you click, an image like the one below will appear, so press OK.

__wf_reserved_inherit

When the following screen is displayed, check the "Title" and "Description".
If changes are necessary, click on the relevant part to make changes.
To set up Bubble initially, click "When a Thing is created".

__wf_reserved_inherit

After clicking, proceed with the following settings.

"Title" → Can be changed if necessary
"Account information linked with Bubble" → Verify if the account is correct
"Trigger action" → When a Thing is created, a row is added

Once the settings are complete, click "Next".

__wf_reserved_inherit

When the following screen is displayed, proceed with the detailed settings.

"Trigger interval" → Set as desired
*Triggers can be set at intervals of 5, 10, 15, 30, or 60 minutes. Please note that the shortest trigger interval varies depending on the plan.
"Data type name" → Set the target data type

Once the settings are complete, execute "Test", and if successful, click "Save" to finish.

__wf_reserved_inherit

Step 3: Set up the Google Drive "Create Folder" action

Next, proceed with the Google Drive settings.
When you click "Create Folder", the following screen will be displayed, so proceed with the settings below.

"Title" → Can be changed if necessary
"Account information linked with Google Drive" → Verify if the account is correct
"Action" → Create a folder

Once the settings are complete, click "Next".

__wf_reserved_inherit

When the following screen is displayed, proceed with the detailed settings.
First, enter the name of the folder to be created.

This time, let's assume that the ID of the Thing added in Bubble will be used as the folder name.
The ID changes for each Thing, so it needs to be varied each time a folder is created.
What we will use here is "Output".
By using this, you can respond to changing values each time.
*For more details about Output, please see here.

In the Bubble trigger action screen, it is also possible to manually add arbitrary values to the output.
Try using it according to your needs.
*For the method of obtaining output using JSON PATH, please see here.

__wf_reserved_inherit

Scroll through the screen and specify the folder to store the created folder.
Click the field to enter the "Destination folder ID" to display candidates from the linked Google account.
Select from them and add the value.

Execute "Test", and if successful, click "Save" to finish.

__wf_reserved_inherit

Step 4: Verify the automation operation between Bubble and Google Drive

Finally, click "Turn on Trigger" to complete the automation settings.
Verify whether the flowbot is correctly activated.

__wf_reserved_inherit

Thank you for completing the setup!

Other Automation Examples Using Bubble

There are many other examples of automation using Bubble in Yoom, so here are a few.

1.Registering responses from Google Forms into Bubble

The first example is a flow that creates a Thing from Google Forms responses. By using a form for Thing creation, it seems possible to eliminate the manual creation of Things.

2.Notify Google Chat when a Thing is created in Bubble

Next, we introduce a flow bot that notifies Google Chat when a Thing is created in Bubble. By notifying your team in Google Chat, you can share information quickly, which may lead to improved response times.

3.Add a row to Bubble when a row is added in Google Sheets

The last one to introduce is a flow bot that automatically adds content registered in Google Sheets to Bubble. If you manage common information in both Google Sheets and Bubble, automation can lead to consistent information sharing.

Summary

By integrating Bubble with Google Drive, you can enhance work efficiency and streamline data management. Reducing the hassle of manually creating folders speeds up operations, allowing employees to focus on more important tasks. Additionally, the automatic creation of folders helps organize information management, potentially facilitating smoother business operations.

Try using the integration with Yoom and experience how much productivity can improve across the entire company!

The person who wrote this article
m.takahashi
I experienced jewelry sales as a new graduate, got married and gave birth, and worked at a social insurance labor consultant office for about 6 years. I experienced a variety of office work in both industries, including inventory management and customer management. Especially when I work at a company labor office, I often end the day with a huge amount of input work and paperwork. When I learned about Yoom, my first voice was “Why couldn't we meet sooner...” I try to write easy-to-understand sentences so that I can bring the convenience of Yoom to everyone!
Tags
Bubble
Google Drive
Automatic
Automation
Integration
Related Apps
App integration
No items found.
What is Yoom hyperautomation?
Conventional RPA can only automate simple repetitive tasks, and the setup process was very complicated.
With “hyperautomation,” which combines various technologies such as AI, API, RPA, and OCR, it is possible to automate many tasks that could not be realized until now more easily than before.
Don't Just Connect Apps—Automate Everything
Most tools simply connect one app to another, leaving the complex tasks to you. Yoom goes much further: From document creation and browser automation to OCR and generative AI, Yoom handles it all seamlessly in one platform.

Why settle for basic integrations? Streamline your entire workflow with Yoom’s powerful hyperautomation.
Learn more about Yoom
Helpful Materials
I understand Yoom! 3-piece set of materials
Download materials
Understand in 3 minutes! Yoom service introduction materials
Download materials
Find out by Before After! Yoom Case Study Collection
Download materials
See a list of useful materials