My app id is (for example) xxxxxxxxxxx
Why doesn't this URL, pasted into my browser, take me to the page to let me authorize my app?
https://www.dropbox.com/oauth2/authorize?client_id = xxxxxxxxxxx
am I missing quotes? I tried this as well:
https://www.dropbox.com/oauth2/authorize?client_id = "xxxxxxxxxxx"
I know I am missing something, it is just not obvious to me. Thanks.