Questions tagged [flysystem-google-drive]
50 questions
1
vote
1 answer
is it possible to read a Google Drive folder (all files) as BigQuery external data source?
I am using Google Drive as an external data source in BigQuery. I can able to access a single file, but unable to read a folder with multiple files.
Note:
I have picked up the shareable link from Google Drive for folder and used "bq mk.." command…

SQLDeveloper
- 31
- 5
1
vote
0 answers
My codes (to move files and obtain data statistics) don't work for large folders on Google Drive
I am using Google Colab to do the following tasks, but it just didn't work. My scripts worked well when I tested on small folders having fewer than 10 files; however, they didn't work for larger files having thousands of files. On a side note note,…

LucyP
- 31
- 5
1
vote
2 answers
Google Script: Creating Bulk folders from Spreadsheet
Need Help,
I am looking to create bulk folders in my google drive from the information mentioned in the spreadsheet. The spreadsheet has header of Column "A" as Name, Column "B" as Description, Column "C" as Parent folder Name, and Column "D" as to…

Vjai Chaurasia
- 11
- 1
1
vote
2 answers
I cant figure out why google appscript is sending the actual file instead of the copy
So, I recently have been working on a project with google sheets, where I am getting some data and creating files with that data to email as attachment. I am
copying my template file
setting a name to that template copy file
opening it with the new…

sakib11
- 496
- 1
- 5
- 20
1
vote
1 answer
Is it possible to hide google drive while using Intent.ACTION_GET_CONTENT in android?
I have tried to open a file manager with mentioned code but I don't want to visible google drive option in the navigation bar.
I have tried the different solution but still, I didn't get my solution and wondering Is it possible or not?
Intent intent…

Saumil Vaghela
- 55
- 1
- 8
1
vote
1 answer
Matching String to Array
I'm having trouble matching a string in an array. Column B2:Lastrow is defined as array which is "ID". I am trying to paste only unique entries to google sheet which aren't available in Column B2:Lastrow. Issue is..when I run the code it allows…

Manpreet Juneja
- 35
- 1
- 7
1
vote
0 answers
Windows Subsystem for Linux has missing Bash commands after changing directory to google drive file sync (GDFS)
In the images below I have changed my directory to the mounted google drive file stream volume but i'm unable to use the ls command.
Using Google Drive File Stream Version 28.1.48.2039

Gabriel Fair
- 4,081
- 5
- 33
- 54
0
votes
1 answer
Automatic Trasfers from one Google Drive account to another
Is there a service or feature that will allow to feed specific google drive folder from one account to another regularly (for example every few days)?
I need this for stock management.
The plan is to have a Drive folder where customers can view the…

sauvignon
- 21
- 4
0
votes
0 answers
Javascript downloading PDF from personal GoogleDrive
I try to load PDF from GoogleDrive like the following:
function getConfigFile() {
const fileAddress = 'https://drive.google.com/uc?id=15USHSjPl2kOjUL7WReHgFiwFVEUXJtqo';
const requestInit = {
'headers' : {
…

KotekBehemotek
- 13
- 3
0
votes
0 answers
Trouble accessing files on google drive from colab
I am having trouble accessing my google drive files from colab.
First I was successfully able to mount my google drive on colab
All of the following work :
drive.mount(‘/content/gdrive’, force_remount=True)
%cd gdrive/MyDrive
%ls…

Farrukh Azfar
- 19
- 2
0
votes
0 answers
Google Drive Java API file parents are not fetching correctly
I have a Java program which I use to fetch folders and files from Google Drive. I'm building the path for the file by traversing the parents of each file.
When I create a folder in one of my personal G Drives, and share with the SA email, it gives…

codebot
- 2,540
- 3
- 38
- 89
0
votes
0 answers
Access blocked by CORS policy No 'Access-Control-Allow-Origin' header is present on the requested resource
Laravel 9.19
Livewire 2.10
Filament 2.0
masbug/flysystem-google-drive-ext 2.2
I am trying to using google drive as a filesystems storage .. every thing works fine so i can store files and open it .. except that the filament can not fetch the stored…

John Deck
- 787
- 1
- 12
- 27
0
votes
0 answers
Quota request Google drive API exceed, show folders empty when try to get files
I developed a Windows program which processes images in different Google drive folders.
The program uploads and downloads lots of pictures, and it worked fine until before Yesterday.
Now even if there exists some pictures inside Google drive folder,…
user12207391
0
votes
1 answer
Spatie\Backup\BackupDestination\BackupDestination::connectionError(): Return value must be of type Exception, null returned
I'm trying to backup Laravel to google drive, I'm using Spatie and masbug/flysystem-google-drive-ext
and facing this problem.(it's working fine when taking backup in local.)
main-error:
Here is my…

shakil hossain
- 1
- 1
0
votes
0 answers
How can i change the "Composer.lock" file version or get the flySystem-google-drive:~1.1
[composer require nao-pon/flysystem-google-drive:~1.1"] "I also tried many other commands for solving the error but they didn't work out so these are some commands I used "composer update", "composer install", "composer dump-autoload"

anshul trivedi
- 1
- 1