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

Create Google Drive integration #24

Closed
janober opened this issue Sep 25, 2019 · 3 comments
Closed

Create Google Drive integration #24

janober opened this issue Sep 25, 2019 · 3 comments

Comments

@janober
Copy link
Member

janober commented Sep 25, 2019

Create an integration for Google Drive similar to the Dropbox/NextCloud one.
https://developers.google.com/drive/

Dropbox and NextCloud-Nodes are a good reference and starting point:
https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts
https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts

@mscansian
Copy link
Contributor

Does this include Google Forms? It one of the most common use cases I have nowadays (since I spend a lot of time automating workflows for people that can't code). Something like a form gets a new answer then a workflow starts running.

I'm quite new with the project. For what I've managed to understand I could do this using a trigger in the Google Sheets that the form saves the replies, but it would be nice to have a direct trigger.

@janober
Copy link
Member Author

janober commented Oct 4, 2019

This issue was actually only planned for files. But agree that also Google Forms is important and creating Trigger node for it should not be to complicated.

You can request for integrations to be added here:
https://community.n8n.io/c/feature-requests/nodes

People can then upvote them. That makes it then easier for me to know what is important for people and what node. Created there actually already a request for TypeForm myself:
https://community.n8n.io/t/typeform-integration/24

You are right. You should be able to do that already by yourself with the Webhook-Node and then set the Webhook-URL in Google Forms yourself. In the end are all Trigger-Nodes also just Webhook-Nodes which additionally takes care of the Webhook registration and deletion (if the APIs support it). So simply makes it easier and more convenient.

@janober
Copy link
Member Author

janober commented Nov 16, 2019

Close as integration got created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants