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

Questions tagged [google-drive-api]

Questions related to integration with Google's cloud storage service or interacting with Google Drive files programmatically, via the Google Drive API, Google Drive SDK, or Google Apps Script. Usage questions about the web application should be posted at Web Applications Stack Exchange.

google-drive-api
-2 votes
0 answers
7 views

How can upload zip file from Laravel to google drive?

i want to upload my site database backup to google drive whenever i will backeup, so how can we do it in laravel or php ? i was trying to find documentation and implementation, but it will not work in ...
Milan Ghevariya's user avatar
0 votes
0 answers
8 views

To upload the Google Drive images to AWS S3 using Laravel import functionality

I'm trying to upload the Google Drive images to AWS S3 using Laravel import functionality. I have more than 2000 products in it. Each product has 2 mandatory images, in which I'm facing one issue. The ...
Boopathi Saravanan's user avatar
0 votes
0 answers
17 views

Google Drive API - limit API access to specific folder?

We are working for a client, Caltimes, who has given us permission to access the Google Drive API. Using this API, we need to create a folder structure in Google Drive and upload files into that ...
upendrareddy bade's user avatar
0 votes
0 answers
18 views

How to get webViewLink of a file stored in my computer by Google Drive using PowerShell?

I would like to create a list of all files in a folder with its name and the webViewLink taken from the files sync'ed by Google Drive. I can get webViewLink for a particular file if I right click and ...
Sherry Camargo's user avatar
0 votes
0 answers
19 views

Sharing file on Google drive using API or SDK

I want to share file on Google drive to others using API or SDK to save manual efforts. When I do it manually, I remove the access from the person I shared to after two weeks. With programming via API,...
Donald Wang's user avatar
0 votes
0 answers
14 views

Embed Google Photos Upload in iFrame

I have a public (e.g. no sign-in permissions required) Google Photo gallery (https://photos.google.com/u/1/share/AF1QipMprZKlgpg-x5WjqQYOP95qV6Db9gBAw2o5gDWQDkayqFx0o0EdPXHqnlwdVsuldw) and I am trying ...
Jake Chasan's user avatar
  • 6,500
0 votes
0 answers
31 views

Create a folder/file on Google Drive - Jetpack Compose app

I have the following code to authenticate and authorize access to Google Drive from my app, I get an account choice pop-up and then another pop-up to authorize the scopes. So far all is good. My ...
MDC's user avatar
  • 1
0 votes
0 answers
15 views

Google OAuth2 redirect_uri_mismatch error in Production but Works Locally

I'm working on a project where I need to update an organization's Google Drive token using OAuth2 authentication. My code works perfectly on my local machine, but when I deploy it to the server, I ...
Devanshu Shresth's user avatar
0 votes
0 answers
22 views

In Node.js, fetching Label of file (Gdrive=> Sheet/Doc)but response gives id (Name is not there)

Used these: https://developers.google.com/drive/api/guides/list-labels?hl=en const labelListResponse = await service.files.listLabels({ fileId: 'FILE_ID', }); https://developers.google.com/drive/...
Lokesh Jha's user avatar
0 votes
2 answers
31 views

Using Apps Script to automate sending multiple emails from a google sheet, each with a different specific pdf attachment stored in Google Drive

This works to send automated emails from the same Google sheet, but when I added lines 9, 18 and 21(attachments part) it keeps returning Exception: Cannot retrieve the next object: iterator has ...
Ronald Turner's user avatar
0 votes
1 answer
32 views

What is Google Drive's URI for uploading files

I am new to Google Drives and Cloud, with respect to automation. My company wants me to upload to their Google Drives location, NOT in Google Cloud Services buckets. I am planning on doing this with ...
Caolan's user avatar
  • 149
-2 votes
0 answers
44 views

CURL download request from Google Picker API [closed]

I have this curl request that is working but when I go to view the image after I download it, it wont open because it says "we don't support this file format"? Here's the request, the data ...
Dylan Oldham's user avatar
1 vote
1 answer
42 views

When using Google Colab, Python package 'datasets' just disappeared from virtualenv directory 'site-packages'

I'm using Google Colab and trying make a virtual environment to work. My code is: from google.colab import drive drive.mount('/content/drive') !pip install virtualenv myenv_dir = '/content/...
Gustavo Mirapalheta's user avatar
-2 votes
0 answers
26 views

How to edit text in pre existing google docs instead of generating new ones using apps script

I have a script I wrote for my AppSheets app that generates construction reports and compiles information from 5 different sheets into a google document template. It sorts data based on a uniqueID ...
Cameron Kirby's user avatar
0 votes
0 answers
15 views

Initiate push to local machine from Google Drive [duplicate]

I have a Sheets app script that does a number of things but finishes by creating 4 flat files on my Google Drive. I'd like to extend this by pushing the created files to my local machine immediately ...
Jeff Prisco's user avatar

15 30 50 per page
1
2 3 4 5
1006