Google Drive #63
umbrellaplug
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Google Drive has been added back in. Google drive can be used to as yet another source to scrape from. There is some setup required for google drive to work.
Go to this website and follow the instructions.
https://gdrive-cfworker.glitch.me/
Click on the "Click Me" button and authorize with the google account that you want to use for scraping.
Paste your code in to the "Authorization Code" box then leave the next input as "allDrives". This makes it where the scraper can scrape all google drives your google account has access to.
Once completed, you will get a text box with code in it. Copy that code and keep it.
Go to https://workers.cloudflare.com/ and setup a free cloudflare account. After setting up select "Workers" from the left hand menu and "Create Service". Name the service whatever you would like and paste the code from before into the service code and save.
Once you save your new service, the url cloudflare gives you is the url to use for GDrive Worker URL in Umbrella.
If the steps have been completed correctly you should see scraping results for items in your google drive or a google drive you have access to within Umbrella when scraping.
Beta Was this translation helpful? Give feedback.
All reactions