I have made some changes mostly related to the location of the spreadsheets on Google that are being downloaded.
The spreadsheets have moved to a shared drive, rather than a folder in a personal drive. This means some new folder IDs have had to be added, and downloading from a shared drive requires the drive ID as well as the folder ID
The instrument and platform sheets have been separated out from the ncas-general folders they were previously in into a new vocabularies folder. I have added the option to download a vocabulary as well as, or instead of, a version of the NCAS-GENERAL spreadsheets.
Added v2.1a for downloading - this will soon change to v2.1 but a separate request will change that.
The oauth2client module is deprecated, I have used this opportunity to switch to google-auth and google-auth-oauthlib - authentication still works the same way.
Also removed a couple of other modules from the requirements file as these are no longer needed.
I have made some changes mostly related to the location of the spreadsheets on Google that are being downloaded.
oauth2client
module is deprecated, I have used this opportunity to switch togoogle-auth
andgoogle-auth-oauthlib
- authentication still works the same way.