What's the over/under on this being killed by Google within the next year?
ernsheong 1 day ago||
Archived in 3… 2… 1…
javadhu 23 hours ago||
Nice, now I can use this alongside claude to auto document my research work.
Also, what I find fascinating is that the repo was initialized 3 days ago so it seems it's still a work in progress.
gbrindisi 1 day ago||
the most annoying thing with Google Workspace is that you need super admin privilege to properly audit the environment programmatically, I believe because of the cloud-identity api.
sjeiuhvdiidi 1 day ago||
Very uninteresting post. Why is this the number one post on Hacker News ? Honestly, absolutely disgusting and you can be ashamed, or ashamed for them.
bpiroman 1 day ago||
written in Rust lol
tonymet 16 hours ago||
It’s npm and a 750mb install. Meaning it won’t even install on micro instances. I wish it were rust or go binary
zenlot 1 day ago||
[dead]
oofbey 17 hours ago||
Yet another way Google might decide you’ve violated their ToS and cut you off from your entire digital life without warning or recourse.
Sounds handy. But use at your own risk.
raphaelmolly8 16 hours ago||
[dead]
epicprogrammer 1 day ago||
I've built a few internal tools using the Workspace APIs, and while they are powerful, the rate limits on the Drive API can be brutal if you are doing bulk operations. Does this repository handle automatic backoff and retries, or do we need to wrap it ourselves?