Skip to main content
-1 votes
1 answer
184 views

I'm willing to manage a Google Drive folder via FlySystem. I've found tons of informations about accessing Google Drive via PHP thru the official client library. But I find only 2 scenarios I can see ...
Xavi Montero's user avatar
  • 11.2k
1 vote
1 answer
1k views

I am displaying pdf files from my google drive on my webpage. I did it by showing an Iframe with this link: https://drive.google.com/uc?export=view&id={FILE_ID} This worked well for a while. But ...
progNewbie's user avatar
  • 4,972
1 vote
0 answers
195 views

I'm beginner for flutter. I built An android App(called "DCS"). A new version of that app(replace.apk) is stored in google drive and shared for public. Size of the app is 20MB. When touch a ...
PLAA Hemantha's user avatar
0 votes
1 answer
196 views

I am using Python client for google drive API. I want to enumerate folders that has a name that does not start with a dot ('.'). My naive query to find the folders looks like this: query = f"&...
Mr. Developerdude's user avatar
0 votes
1 answer
176 views

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 ...
sauvignon's user avatar
0 votes
0 answers
103 views

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 ...
codebot's user avatar
  • 2,676
1 vote
0 answers
266 views

I am trying to share a folder in my mobile device to google drive .But I am getting the error upload was unsuccessful,request contained no data google drive from mobile app I could share the folder ...
Qfriend's user avatar
  • 31
3 votes
1 answer
2k views

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 .. ...
John Deck's user avatar
  • 907
0 votes
1 answer
155 views

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's user avatar
0 votes
0 answers
265 views

[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 ...
anshul trivedi's user avatar
6 votes
1 answer
4k views

I have a problem with installing nao-pon/flysystem-google-drive When I run the command, composer requires nao-pon/flysystem-google-drive or nao-pon/flysystem-google-drive:~1.1 I get the error like ...
nadia's user avatar
  • 93
0 votes
0 answers
165 views

I want the folders with all the files or subfolders in them to be moved from one directory/folder to another based on the value in google sheet, but at the same time not change the Id of the folder ...
Mubashir Rehman's user avatar
0 votes
0 answers
2k views

I am having trouble getting google collab to accept a path I specified for a folder. data_dir = "/content/drive/MyDrive/Traffic_sign/TSF/Traffic_sign_classification" !ls train_path = 'Train' ...
Killerbee's user avatar
2 votes
1 answer
1k views

If (!(Get-PSDrive R -PSProvider FileSystem -ErrorAction SilentlyContinue)) { #this function checks for the latest exe of google drive. Then tries to start it. Import-Module C:\Tasks\Modules\...
dcaz's user avatar
  • 939
1 vote
1 answer
423 views

let say the source folder is Folder A. The target folder is Folder B. Each time period (maybe 1 day), delete folder B and I use programming copy Folder A to Folder B using recursion. I am doing this ...
Luk Aron's user avatar
  • 1,497

15 30 50 per page