Back to APIs list

Google Drive API examples & templates

Use these vals as a playground to view and fork Google Drive API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
all avatar
Countdown2
@all
HTTP
// This val will serve an HTML countdown timer to April 14, 2025.
vogelino avatar
TanStackBlogToRSS
@vogelino
HTTP
Forked from curtcox/markdown_download
pomdtr avatar
bookmarklets
@pomdtr
HTTP
Bookmarklet Manager Write your bookmarklets in val.town. Usage You val should just contain your bookmarklet code. alert("Hi mom!"); Make sure that your val is either unlisted or public, and not named bookmarklets . Then navigate to https://pomdtr-bookmarklets.web.val.run/v/:author/:name to generate the bookmarklet link. Sharing a bookmarklet Make sure that your val is public, and add a #bookmarklet tag anywhere in the code. alert("Hi mom!"); // #bookmarklet It should automatically appears on https://pomdtr-bookmarklets.web.val.run . ⚠️ If you are using the Arc Browser , you can use the Powerlet extension to install bookmarklets.
devonzuegel avatar
subscribe_to_a_substack_2
@devonzuegel
Script
Forked from bensu/subscribe_to_a_substack
jahabeebs avatar
safeMessageBoard
@jahabeebs
HTTP
Forked from stevekrouse/safeMessageBoard
vladimyr avatar
bookmarklets
@vladimyr
HTTP
Forked from pomdtr/bookmarklets
stevekrouse avatar
mongo
@stevekrouse
Script
Silly mongo-like client on Val Town SQLite inspired by Pongo
vladimyr avatar
gltf_torus
@vladimyr
HTTP
Forked from saolsen/gltf_torus
xkonti avatar
milligramCss
@xkonti
Script
An interactive, runnable TypeScript val by xkonti
cofsana avatar
websim
@cofsana
HTTP
Forked from substrate/websim
easrng avatar
button
@easrng
HTTP
An interactive, runnable TypeScript val by easrng
siygle avatar
resumeDetails
@siygle
HTTP
Forked from iamseeley/resumeDetails
nickgolden avatar
ipqsScoreChangeAlert
@nickgolden
Cron
An interactive, runnable TypeScript val by nickgolden
ramkarthik avatar
domainAvailability
@ramkarthik
Script
An interactive, runnable TypeScript val by ramkarthik
tmcw avatar
getDateMonth
@tmcw
Script
An interactive, runnable TypeScript val by tmcw
dglazkov avatar
servicefactory
@dglazkov
Script
A helper to create an HTTP endpoint that conforms to the Breadboard Service Endpoint (BSE) protocol. See https://www.val.town/v/dglazkov/googlenews for sample usage. For more information, see Breadboard service node .