Questions tagged as 'google-oauth'

1
answer

How to authorize access to Google Drive with OAuth2?

In my final year project I want to implement a client in which certain files are synchronized with your Google Drive account. I'm trying to use the Google Drive API for Java and I'm pretty lost with the OAuth2 because all the sources I read i...
asked by 15.02.2016 / 20:53
0
answers

Python Flask Log in with OAuth Google [closed]

I am trying to make an application in which users register using an account in Google and Github services. I can not even have them registered by google, and my best attempt was made from:   link The problem is that my html is more complex w...
asked by 19.05.2016 / 06:03
1
answer

GoogleUser is not defined - How to solve it?

Hello, I am using google Oauth2 for login and I do not throw anything, I put everything as indicated in your documentation but nothing, run by googleUser console and say that (is not defined) <script> function onSignIn() { /*var...
asked by 01.12.2018 / 05:58
0
answers

How to run Google Oauth2 with Vue in dev mode on a PHP server?

I have that problem. I have a server running a system in PHP only with jQuery ... etc. Simple things, but lately I decided to update my site to Vue and I started to make the Login. My experience with Vue is good, I did it through vue-cli and...
asked by 18.12.2018 / 20:39
1
answer

How to transfer ownership of a file automatically?

A client has asked me to develop a script to automatically change the owner of the files contained in a folder. Since GAS does not allow the change of owners to the files of other users I tried to do it with "Delegating domain-wide authority to...
asked by 22.02.2018 / 13:41
0
answers

Error is not JSON serializable with Python and OAuth 2.0 Client ID API from Google

This is my Python code + OAuth 2.0 Client ID API: #!/usr/bin/env python from urllib import request import urllib import urllib.parse import json import requests client_id='xxxxxxx.googleusercontent.com' client_secret='xxxxxxxxxxxxxxx' query...
asked by 20.03.2017 / 20:59