Skip to contents

Get Google Drive file modification timestamp

Usage

g_file_mod_time(
  g_id,
  path_gcp_service_account_key = Sys.getenv("PATH_GCP_KEY_ZDA")
)

Arguments

g_id

Google Drive file ID. A character scalar.

path_gcp_service_account_key

Path to the GCP Service Account Key JSON file. See auth_g_drive_gcp() for details.

Value

A datetime.

See also