THE GIVEN URL:
THE RETURN URL:
The return URL completely works if the #
is changed to a ?
(to start the query string). Why in the world is Google returning a #
and thus "killing the query string"?
SEPARATE NOTE:
On a separate note, I don't quite know if I should be requesting token
or code
as a response type. I'm planning to have users attach their Google Drive account(s) to an account on my website. I have read through the documentation multiple times and I can't quite figure out which one is better for my website? For now (in the example above) I go with token. Also, depending on which one I go with, what should I store in my database for future use?