Relationship between googlesheets4 and googledrive
mainWhile googlesheets4 handles the content inside spreadsheets (reading/writing cells and ranges), it relies on the googledrive package for "whole file" operations.
Use googledrive for:
- Uploading or downloading spreadsheets.
- Copying, renaming, or moving files.
- Changing file permissions.
- Deleting files.
- Managing Team Drives.
googlesheets4 is a reboot of the older googlesheets package, updated to use the modern Sheets API v4 and shared authentication infrastructure via the gargle package.