Is it Possible to Limit Google Integration to 'Spreadsheets.readonly' Scope in Pipedream?

This topic was automatically generated from Slack. You can find the original thread here.

I’m trying to make a google integration through pipedream. So pipedream handles the consent screen and oauth. But the auth currently requires users to allow us the “delete and edit all files in your google drive” scope.

But we don’t need that - we just want to let them paste a google sheets url into our app and have it import the data. So I think we just need the spreadsheets.readonly scope. Is it possible to do that with pipedream?

I believe you can do this with a custom oauth client - see https://pipedream.com/docs/connect/managed-auth/oauth-clients

ty i’ll check it out