Skip to main content

All Questions

0 votes
0 answers
37 views

Access to google drive not being granted under a certain scenario (python api)

I am using oauth google api to authenticate a user and the scope supplied in the request is: "openid email profile https://www.googleapis.com/auth/drive". The call is successful and results ...
Ashok Kumar's user avatar
0 votes
1 answer
74 views

Download Google Drive file with PHP Symfony

I have already tinkered in several docs and forums and I know that the subject has already been discussed but none of the solutions proposed have helped me resolve my problem. Maybe it's the config ...
Ahmed Kallali's user avatar
0 votes
0 answers
55 views

How to check file picked from drive picker is public or private

Problem Statement - I have to open a google drive picker to let user select the file, then I am storing only embed link at database. At view I am showing user the embedded view of that file image, ...
Prathamesh R. Pawar's user avatar
1 vote
0 answers
60 views

Accessing the files in a folder of google drive using google oauth

I am trying to create a web application using FastAPI for backend and ReactJS for frontend. I need the users to give me a link of a folder in their google drive in the frontend. I then need to access ...
Ashutosh Chapagain's user avatar
0 votes
0 answers
71 views

Google Drive Service Account gets googleapiclient.errors.HttpError: 401 "Request is missing required authentication credential" when authenticating

I am writing a small app to upload files to a shared Google Drive using a service account (JSON file credential, no user impersonation or consent, service account has been granted permission directly)...
user594102's user avatar
0 votes
2 answers
384 views

Service Account authentication credentials for Google Drive not working

I create credentials for google service account from json file as follow: using var stream = new FileStream(credentialFileName, FileMode.Open, FileAccess.Read); var credentials = ...
Manuel Venè's user avatar
0 votes
1 answer
114 views

How to fix CVE-2020-7692 in com.google.apis:google-api-services-drive:v2-rev362-1.25.0

I wanted to fix CVE-2020-7692 reported in com.google.apis:google-api-services-drive:v2-rev362-1.25.0 this CVE is coming from com.google.oauth-client_google-oauth-client. Would it be fine if i only ...
Sumit Negi's user avatar
0 votes
0 answers
28 views

"authClient is not a function" in Electron app

I'm relatively new to Electron, and I've been trying to get over this error for the past 5 days. I've tried many of the other posts's answers, but I've had no luck From the Dev Tools window, I get the ...
MarcosLC's user avatar
-1 votes
1 answer
111 views

Google Drive API - use without json file

I'm working on C# program that will connect to my Google Drive. it's work fine with json file, and enabling the API, but I want that everyone will connect to their Drive. there is a way to do that ...
Ariel P's user avatar
  • 25
0 votes
1 answer
126 views

google OAuth consent screen - Google has not verify this app - "something went wrong"

I'm fetching data from google drive ,first I'm using restricted scope in testing but it give me error that google has not verified this app Future _signinUser() async { final googleSignIn = ...
Abdul hadi's user avatar
0 votes
0 answers
76 views

Download Google Drive csv file via Javascript with Google Auth popup providing token?

I want to have some local javascript code hit the google drive api and download a csv of a Google sheet for a simple automation tool. I want a quick OAuth popup to ask the user to accept and then fire ...
EndOfAll's user avatar
  • 355
0 votes
1 answer
256 views

Google Drive - Authenticating with JSONClient using Node

I have succesfully authenticated using OAuth2 and now have an auth token. Loading this token returns me a JSONClient: const authClient = google.auth.fromJSON(credentials); Now trying to use this ...
Kong's user avatar
  • 9,346
0 votes
0 answers
49 views

Facing an error after changing the Google OAuth restricted scope to non-sensitive scope

I am trying to integrate my web appication with google OAuth. When i modified the restricted scope (https://www.googleapis.com/auth/drive) to a non-sensitive scope (https://www.googleapis.com/auth/...
Olivia's user avatar
  • 1
0 votes
1 answer
132 views

Google Drive credential returns 403 insufficientPermissions

I'm trying to get a list of files' data from Drive. Following the google's example didn't work. This is an example of my code: private static final JsonFactory JSON_FACTORY = GsonFactory....
lohan's user avatar
  • 9
2 votes
2 answers
2k views

My web app needs multiple OAuth consent screen. Do I have to create another project to create another consent screen?

I have a web app that uses Google Drive API and the end user can choose whether they want to give full access or read-only access (this is crucial). To my knowledge, you can only create a single OAuth ...
Yukinosuke Takada's user avatar

15 30 50 per page
1
2 3 4 5
51