python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Google Sheets: Cell color hex value to be fetched from another cell's value
I have a Google Sheets file that contains 2 sheets:
L1: A listing of my expenses (screen shot)
As you can see, there are two columns named Tag #1 and Tag #2. These are linked to a list of tags I've c...

TheLebDev
Votes: 0
Answers: 0
Using Google Drive Api on android studio?
i am working on app that integrates google drive api to upload/download files from the user's Google Drive account. i am using
this documentation google drive api v3, but it dont work,
i got this erro...
Jose Escoto
Votes: 0
Answers: 1
why does the drive space used vary between two disk drives holding identical files
I have two external NTFS USB drives with identical files but 5GB difference in used space. The drives are 500/1000 (465GB and 931GB) with 257GB and 252GB used. There is no fragmentation and no windows...
simon
Votes: 0
Answers: 1
Count files in MyDrive where I am the owner per GScript
I try to create a script which is counting my files.
Currently I have written this Script:
function myFunction() {
var ss = SpreadsheetApp.getActiveSpreadsheet();
var sheet = ss.getSheetByName...
J. Doe
Votes: 0
Answers: 2