I have a list of gmail folders/labels (of client names) and the corresponding folders in g-drive. These values are the same. e.g. If gmail folder/label is Joe Citizen then the corresponding folder in g-drive is Joe Citizen. What I'm wanting to automate is that when I move an email with Attachments to a gmail folder/label it uploads these attachments to the corresponding folder in g-drive. I have found a template between gmail and gdrive however it takes attachments and pushes it into 1 folder in gdrive. I'm unsure how to create a rule to consider the name of the gmail folder/label and find the corresponding folder in gdrive.
Get attachments from a GMAIL folder and upload to G-drive folder
55 views Asked by LadGad At
1
There are 1 answers
Related Questions in GMAIL
- Connection timed out error with smtp.gmail.com
- How to access a Gmail account
- invalid application password of gmail
- I want to find if any message that I'm expecting to receive has not been sent to my email
- Is there @font-face support in gmail — via iOS Mail
- Access Regular Gmail Account with API in Lambda
- Replace a Link to a file per GScript in GMail
- Laravel gmail smtp not sending email on live server
- Automating Email Dispatch with Google Apps Script
- Download Excel attachment from GMail to Google Drive Using App Script
- Gmail OAuth2 Client Secrets and Multiple Users
- I'm getting different threading on sender and recipient side using gmail api
- javamail connecting to gmail, expunging messages in Sent Mail does not fully delete the message
- Gmail "Layouts Tool" configurable via appscript?
- About Google and granular OAuth authorization
Related Questions in POWERAPPS
- Keep getting error "network error when using patch function: the specified record was not found" when using canvas app form - sql on-premise
- Allowing any member of a dynamic group to send as from a shared mailbox
- Why is this flow activating an infinite loop?
- Swagger definition for custom connector to trigger databricks jobs in Power Apps
- Limit decimals from import calculated value in power BI
- Error when running a flow from a Power App
- Can I embed PowerBI report in Power Apps in the app-owns-data fashion?
- How to manually add a value to data source with combo box in Power Apps
- SharePoint Online - Display Image on a Page based on column status value from list
- How to fill rectangles in my PowerApps project?
- Using print screen to print a title and barcode is working only on design mode
- Extracting number from extracted text in an image using ocr in power automate flow
- PowerApp -> Data Connector -> Azure Blob Storage.. Change Name / Description
- I want to add an action for pressing the Enter key (the same as for the button), in powerapps
- Handle concurrent access inside Power Apps for SubmitForm() & Patch()
Related Questions in POWER-AUTOMATE
- Automate the update of a pivot table in Excel via Power Automate Web
- Is there any function that can be in place of line 11?
- PowerAutomate Flow not behaving as intended for SharePoint List Modifications; Issue may be Trigger formulas
- Allowing any member of a dynamic group to send as from a shared mailbox
- JSON schema inside Parse JSON action. "required" array versus field type
- List Updates automatically feed quick links
- Adding Start and End Times from a DateTime Picker in Power Automate Flow
- Why is this flow activating an infinite loop?
- Error when running a flow from a Power App
- Microsoft form multiple choice depending on the availability
- Microsoft form multiple choice with a maximum of 2 answers per choice
- Sharepoint REST API GetLimitedWebPartManager method returns empty result
- Validation error Notion API when using in power automate
- SharePoint Online - Display Image on a Page based on column status value from list
- Can i use "Append to Array variable" inside ApplyToEach which have concurrency enable
Related Questions in GDRIVE
- Reading files from G Drive from python
- gdrive upload fails with "Token has been expired or revoked." if it is executed with crontab but works as root (sudo -s)
- How to find a gdrive file link
- replace the filename of transferred file from gmail to gdrive with filenameDATE
- google colab: how to get last editor of gdrive file
- bash awk: how can I use " to reference a variable?
- syntax error near unexpected token `(' When running custom detector on an image on COLAB, all my files save on google drive
- Script to download gmail attachment without downloading all over again
- How to import folder from gdrive to Google colab
- How do I mount "drive/MyDrive" as root in Colab?
- Get attachments from a GMAIL folder and upload to G-drive folder
- Error while saving Optuna study to Google Drive from Colab
- macOS check if file is available offline (gdrive, dropbox, one drive, nexcloud)
- Can't upload to Team google drive from python
- Run python script saved on gdrive
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
That's exactly what the add-on I wrote does! Check out the code: https://github.com/ellaqezi/archiveByLabel
You'll set label to e.g.
Joe Citizenand query tolabel:joe-citizento archive all attachments of messages labeledJoe Citizento the same directory on Drive