Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
43 views

Storing Personal Google Account in Flutter App

I want to use my personal google account to send emails from the app and to upload documents to my google drive. I have everything set up in flutter, my only issue is authorization. For more context: ...
Ziad Ghanem's user avatar
0 votes
0 answers
58 views

Authorization for Google Drive in Android Studio

I need to write a client for Google Drive. I tried to do authentication and authorization, but when I try to send a request to Google Drive to get all the files from the drive, I get the error 401 ...
Lekr01d's user avatar
0 votes
0 answers
115 views

Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential -python

I get this problem when I run my code (It uploads files to google drive folder, then return the shareable link of the files uploaded): import json import requests SCOPES = ["https://www....
Diaa Eldin's user avatar
0 votes
0 answers
112 views

OAuth consent screen error 'Google has not verified this app'

I want to fetch folders and files from google drive, If I'm using un-restricted scope the user logged-in and only those files and folders are fetched which I can upload from my app. If I'm using drive....
Abdul hadi's user avatar
0 votes
0 answers
35 views

how to link drive with laravel 10 and how to avoid error code: 401

in my file sys file 'driver' => 'google', 'clientId' => env("GOOGLE_CLIENT_ID"), 'clientSecret' => env("GOOGLE_CLIENT_SECRET"), 'refreshToken' => env("...
yasin mostafa's user avatar
3 votes
0 answers
467 views

Accessing Contents of a Folder With drive.file Scope - Google Drive API

I'm creating a web-app on top of Google Drive. Althoguh I want to use the most restricting scope (drive.file) I stumbled accros a problem when trying to pick a folder instead of single file. When user ...
Mike Carter's user avatar
0 votes
0 answers
34 views

How to solve Google hasn’t verified this app?

My web application has been reviewed. Is the scope a sensitive range? Does it still prompt a warning when using the same screen function? I read other questions that said just use the added range, but ...
Form Trans's user avatar
0 votes
0 answers
70 views

How can I have human-less authorization and automation with Google Workspace APIs that have access to Google Drive/Sheets APIs in GCP?

Our organization is on Google Workspace enterprise. We create projects in GCP so we can get tokens to make Google Workspace API calls (Google Drive and Google Sheets). I want to write a program that ...
IMTheNachoMan's user avatar
0 votes
0 answers
86 views

How can I use Google APIs in Python to move a file from one user's Google Drive folder to another user's folder?

I'm trying to write a Python script that allows me to move a file from a folder in my Google Drive to a folder in another user's Google Drive using Google APIs. I've already set up OAuth2 ...
CHIRAQA's user avatar
  • 33
2 votes
1 answer
747 views

Google API - "Active session is invalid. Error code: 4"

I am trying to access the Google Drive API through Oauth2 and have encountered an error that does not yield any results when searching. Here is my code. require "oauth2" require "google/...
stellard's user avatar
  • 5,274
0 votes
0 answers
683 views

Localhost auth for LangChain Google Drive loader

I am trying to use the Google Drive document loader from LangChain and I'm getting stuck at the OAuth stage. I am using Google Colab and here is the code: loader = GoogleDriveLoader( folder_id=&...
DanielAttard's user avatar
  • 3,537
1 vote
1 answer
915 views

Google Colab - redirect_url for Google Drive API - OAuth 2.0

On Google Colab, I want to download a specific revision of a file from Google Drive to my workspace, however I found it extremely difficult (comparing how easy is to mount the drive). I have created ...
Melih's user avatar
  • 728
-1 votes
1 answer
162 views

need assistance in google drive api oauth 2 without playground

I am using the Google API Playground to auth my PWA and get tokens to upload files to google drive from the PWA. I'm using the Google Drive API, but the refresh token that I got from the Playground is ...
Sikki's user avatar
  • 63
0 votes
1 answer
760 views

Access Google Drive of ALL Users in Customer's Google Workspace Domain using Admin Login

I am working on a Google Drive Migration project for migration of Google Drive Files to different destinations. How do I access a user's Google Drive files of a different (i.e. customer's) Google ...
Gags's user avatar
  • 883
1 vote
1 answer
205 views

Grant Third Party Application Access to Google Drive API and Admin SDK API of another Organization's Google Workspace

We are working on a Migration App for Google Drive (Google Workspace) and are relatively new to Google APIs. I read that administrator need to grant domain-wide delegation of authority to third-party ...
Gags's user avatar
  • 883

15 30 50 per page
1
2 3 4 5
21