79185510

Date: 2024-11-13 15:16:03
Score: 1.5
Natty:
Report link

try it with supportAllDrives:

file = service.files().copy(
            fileId=fileID,
            body=file,
            fields='id',
            supportsAllDrives=True).execute()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thomas Boje