Thanks to this post about Google Drive from @fredo , I've got Google Drive working in my app for backing up and restoring data files.
Question: What happens if the user, when they're prompted by OAuth2 to authenticate (login with their Google account and give my app permission to access their Google Drive), close that web page?
It returns to my app, but I don't see any event or other way of discovering that they cancelled the permission intent. Is there one?
Thanks!
Question: What happens if the user, when they're prompted by OAuth2 to authenticate (login with their Google account and give my app permission to access their Google Drive), close that web page?
It returns to my app, but I don't see any event or other way of discovering that they cancelled the permission intent. Is there one?
Thanks!