Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(google-drive): search folder by name #3511

Merged
merged 7 commits into from
Dec 29, 2023
Merged

feat(google-drive): search folder by name #3511

merged 7 commits into from
Dec 29, 2023

Conversation

pfernandez98
Copy link
Contributor

@pfernandez98 pfernandez98 commented Dec 29, 2023

What does this PR do?

This PR adds a new action to the Google Drive piece: Search folder. Also, it introduces the googleapis package as a new dependency
This is going to ease next developments on pieces for Google services. I plan to update all Google drive actions to use this package instead of making a "simple http request".

(Sorry for the .gitignore file)

New Dependency:

"googleapis": "129.0.0"
npm install --save-dev @types/googleapis

ANNOUNCEMENT=true

Copy link

nx-cloud bot commented Dec 29, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e47e4a9. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


⌛ The following targets are in progress

✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@pfernandez98 pfernandez98 changed the title Feat: new action for google drive: Search folder feat: new action for google drive: Search folder Dec 29, 2023
},
async run (context) {

console.log(context.auth);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this as it is sensitive information and it shouldn't show in logs

@abuaboud abuaboud changed the title feat: new action for google drive: Search folder feat(google-drive): search folder by name Dec 29, 2023
@abuaboud abuaboud merged commit 5248e4f into activepieces:main Dec 29, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants