I’m thinking about using Google Drive as a scalable cloud based data storage solution (Like Amazon S3) for a web application I’m working on. Would Google Drive be a good solution in this respect?
I’m thinking about using Google Drive as a scalable cloud based data storage solution
Share
I can’t talk for Amazon S3, but data store on Google Drive is owned by the user and not the application.
So it really depends on the use-case your web application has, if you want the user to own the data and be able to open the data with other application, use Google Drive.
If the data should be hidden from the user, you can use other cloud storage solutions.