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 Apps Script: moveTo function throws exception for some users when a file is moved to a shared drive folder
In gSheets, I wrote an apps script which creates a DocX file based on a gDoc. The DocX file is then moved to the target folder, which is a shared gDrive folder.
Here's the code snippet:
function creat...
päger
Votes: 0
Answers: 2
How can I run a script in Google Drive, which is in G: drive from Python, which is installed in C: drive (Windows 10)?
I have a shared .py script stored in a shared folder in google drive, which for our work machines is mounted on G:. It needs to be run using python, which is installed on C:.
I can see G: in file expl...
Archie
Votes: 0
Answers: 0
after I Embedded a Google Drive folder on my web page is there any way to get number of files in to my web page?
Exaple:
<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" style="width:100%; height:600px; border:0;"></iframe>
I want to show number of file...
Idrees Ageed
Votes: 0
Answers: 1
Google DriveService Files.List() not returning results
Edit:
I've tried granting the SA access to my personal drive (within the organization Workspace) to do some troubleshooting. After granting rights to the SA to a particular folder and rewriting the co...

BRUCE LITTLE
Votes: 0
Answers: 1