我在我的網站中設置了Google Drive示例DriEdit代碼的設置。它是身份驗證用戶文件,但一旦完成身份驗證將用戶帶回重定向url,但是當我使用默認FULL_AUTH_URL
url它的工作文件,但在我的情況下它不在這裏工作是我的URl。Google Drive DriEdit示例不能與我的FULL_AUTH_URL一起使用
const FULL_AUTH_URL='https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/drive.file&client_id=MY_CLIENT_ID&response_type=code&access_type=offline&approval_prompt=force&redirect_uri=http://www.example.com';