Given an arxiv ID such as 1112.4379, download the corresponding PDF file to your google drive as:
<root> / <category> / <year> / <title>.pdf
where <root>
is an existing folder in your google drive, and the remaining fields are obtained
from the ID by querying the arxiv API.
This is implemented as a web service using Google Apps Script that takes URL query parameters:
The latest published version is at:
The latest dev version is at:
https://script.google.com/a/uci.edu/macros/s/AKfycbzCyU1cbzimtceCUTC1viP9NXxCNBsDgj5xrW6ppxo/dev
For now, these are only runnable by me to simplify google drive permissions during development.