I'm interested in building a website that allows users to access data from Google, such as items from a database, and save those items to their personal folders. Is this something that can be done with a browser extension or some other method? I'd appreciate any guidance on how to achieve this.
1 Answer
When you mention the 'Google database', are you referring to Google APIs? Most services, including Google, offer APIs that allow you to retrieve user data programmatically. Learning the basics of programming will help clarify how you can work with these APIs.

I’m not really familiar with APIs. What programming language should I begin with if I want to develop websites that manage a user's library of data like books and movies?