I have a web application that allows users to draw pictures.
I'd like to enable users to configure Google Drive as a place to store their media by configuring Google Drive as their storage service during onboarding.
I see that authorization (that gives me access_token
) currently has an expiration of 3600
s. How can I allow the user to grant my app perpetual access to their google drive - ideally just a folder - so that they don't have to reauthenticate every time they use my web app (JS)?