Can't pass token_access_type to dropbox provider? No way to get refresh token?
Hi! Probably newbie err, but it appears that the dropbox social provider doesn't support setting token_access_type=offline, nor does it seem to honor authorizationURLParams in the options. Alas, together, these perhaps make it impossible to request a refresh_token?
I've tried working around this by making my own dropbox provider using the genericOAuth base, but that has it's own problems (I think there's a problem with dropbox's pkce config which breaks using genericOAuth).
So I'm kind of stuck 😦
Just opened an issue in the repo and happy to submit a pull request if that's helpful.
1 Reply
I see fix is in the works - thanks!