psychic icon indicating copy to clipboard operation
psychic copied to clipboard

Make google drive connector accept a URL instead of a path

Open jasonwcfan opened this issue 1 year ago • 3 comments

Right now, the Google Drive connector requires users input a path to the directory they want to ingest. This is unintuitive and prone to error.

Instead, it should accept a URL to the directory. This is much more intuitive for users since they probably already have that folder open in a tab and can simply copy/paste the URL instead of figuring out what the path should be.

We can then parse the URL to determine the ID of the folder.

jasonwcfan avatar Apr 20 '23 18:04 jasonwcfan