You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I really like this project: it does reference management it the exact way I want it! Thanks a lot for making it.
I'm trying to self-host it on the AWS, but have problems with getting access to Google Drive.
Could you provide more details on how to set this up?
I added the credentials from https://console.developers.google.com/start/api?id=drive to 'googleAPI.json' but cannot make it work; I keep getting the same error:
Error: invalid_request
Invalid parameter value for redirect_uri: Raw IP addresses not allowed: http://0.0.0.0:8080/api/drive/auth
git access has been granted to the user sdumancic;
Can you check if your googleAPI.json follows the syntax below? {"web":{"client_id":"[ID].apps.googleusercontent.com","project_id":"[ProjectName]","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://accounts.google.com/o/oauth2/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"[SecretHere]","redirect_uris":["http://localhost:8080/drive/callback"]}}
Hi,
First of all, I really like this project: it does reference management it the exact way I want it! Thanks a lot for making it.
I'm trying to self-host it on the AWS, but have problems with getting access to Google Drive.
Could you provide more details on how to set this up?
I added the credentials from https://console.developers.google.com/start/api?id=drive to 'googleAPI.json' but cannot make it work; I keep getting the same error:
More details says:
I don't understand why the
redirect_uri
is set tohttp://0.0.0.0:8080/api/drive/auth
.Could you provide more details on how to set it up?
(Also, could you allow the Github connection to my account - sdumancic? Thanks!)
The text was updated successfully, but these errors were encountered: