Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 502 Bytes

File metadata and controls

20 lines (13 loc) · 502 Bytes

DriveApp Examples

The DriveApp library allows you to interact with Google Drive to create, search, and manage files and folders.

Examples

  1. Create a Folder:
    Create a new folder in Google Drive.

  2. List All Files in a Folder:
    Retrieve and log all files in a specified folder.

  3. Move a File to a Folder:
    Move a specific file to a target folder.

Scripts