The goal of this post is to explain how to save data in user's google drive storage.
Prerequisites
It's probably better to know how OAuth2 and HTTP works.
- OAuth2 is an Authorization framework. So it manages the keys to access a protected area.
- The most important thing about HTTP in our situation is how to upload data, …
Read More