Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This application is blocked #16

Open
sandikodev opened this issue Apr 19, 2021 · 2 comments
Open

This application is blocked #16

sandikodev opened this issue Apr 19, 2021 · 2 comments

Comments

@sandikodev
Copy link

https://accounts.google.com/o/oauth2/auth?client_id=********-**********.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&state=********

This application is blocked This app tries to access sensitive information on your Google Account. To keep your account safe, Google blocks this access

@StanleySathler
Copy link

I'm facing the same issue.

@KiwiKid
Copy link

KiwiKid commented Jun 9, 2021

I found i got this response when the GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET was not set in the docker container.
After I correctly set them, it allowed me through.

Starting up the container with (replace the client ID & secret):
docker run -e GOOGLE_CLIENT_ID=xxxx-your-google-client-id-xx.googleusercontent.com -e GOOGLE_CLIENT_SECRET=xxx_yourGoogleClientSecret_xxxx --rm -it --entrypoint "ash" satackey/skicka

and setting them in the config file with:

sed -i -e "s/;clientid=YOUR_GOOGLE_APP_CLIENT_ID/clientid=$GOOGLE_CLIENT_ID/" ~/.skicka.config && sed -i -e "s/;clientsecret=YOUR_GOOGLE_APP_SECRET/clientsecret=$GOOGLE_CLIENT_SECRET/" ~/.skicka.config && skicka -no-browser-auth ls && cat /root/.skicka.tokencache.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants