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)
Mounting Google Drive on Colab
I'm trying to mount my drive on Colab using the following code:
from google.colab import drive
drive._mount('/content/drive')
And I'm getting the following error:
298 # Terminate the DriveFS bi...
zyezye11
Votes: 0
Answers: 2
How to let my users save their configuration on Google Drive without sahring my developer credentials.json?
There is something I don't understand, when it comes to using the Google Drive API.
I'm trying to develop a desktop application that lets the user save his config file to his personal Google Drive, so...
PiRK
Votes: 0
Answers: 2
Google Drive API files:COPY returns 404 error
When I run 'https://www.googleapis.com/drive/v3/files' successfully works
However if I try 'https://www.googleapis.com/drive/v3/files/{fileId}/copy' it returns a 404 Error
Have double checked the 'fi...
Parimal Kshatriya
Votes: 0
Answers: 1
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