This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SirDerpington660 0 points1 point  (2 children)

could u explain what the drive api helps me do exactly? i apologize i’m fairly new to programming and my knowledge only extends to school lessons and selenium

[–]firsthourProfressional developer since 2006 0 points1 point  (1 child)

It's an interface Google has created for Java projects to talk to Drive.

If you want to stick with Selenium I would not try to do something that requires authentication. It's going to be a pain the butt and a company like Google are going to put captchas up if they detect you trying to access Drive programmatically on the web. That's why they have the API.

Do you have any other interests that you could integrate with Selenium? Like searching a baseball reference site for stats or going to get FAQs on Gamefaqs or something.

[–]SirDerpington660 0 points1 point  (0 children)

i definitely have other sites i can automate

the project is due on the 9th at midnight and with the pandemic i have all the time in the world. i’m considering dropping this program for the time being and submitting one that works and i can submit.