This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
googlesheets v0.2.1
XML
is no longer a dependency.- Automatic retries for
Internal Server Error (HTTP 500)
. On or around 2016-03-11, there was a huge increase in the frequency of this error on Google Drive API calls.- Remedy: all HTTP
GET
calls in the package are automatically retried up to 5 times, with exponential backoff, for statuses 500 and higher.
- Remedy: all HTTP
- Functions prefixed with
gd_
refer to Google Drive and might eventually migrate into a separate Google Drive package. Generally there is a synonym with thegs_
prefix. gd_token()
is a new function to expose information about the current Google token. Some of this was migrated out ofgd_user()
and intogd_token()
. New information includes scopes and cache path.gd_user()
now returns an S3 object of classdrive_user
, but it's really just a list with a nice print method. It exposes information about the current Google user. New information includes user's DrivepermissionId
androotFolderId
.