Skip to content

Instantly share code, notes, and snippets.

View kelaspajak's full-sized avatar
😀
amazing

kelaspajak kelaspajak

😀
amazing
View GitHub Profile
// Tailwind colors for Flexoki theme by Steph Ango. https://stephango.com/flexoki
const colors = {
base: {
black: '#100F0F',
950: '#1C1B1A',
900: '#282726',
850: '#343331',
800: '#403E3C',
700: '#575653',
@kelaspajak
kelaspajak / Google Script Shared Files Permissions.gs
Created April 3, 2020 09:43 — forked from davidoso/Google Script Shared Files Permissions.gs
Google script for job on Upwork: Script to load shared Drive files information into a Sheet
// References:
// Class File Iterator: https://developers.google.com/apps-script/reference/drive/file-iterator
// Class File: https://developers.google.com/apps-script/reference/drive/file
// Class User: https://developers.google.com/apps-script/reference/drive/user
// Enum Access: https://developers.google.com/apps-script/reference/drive/access
// Enum Permission: https://developers.google.com/apps-script/reference/drive/permission
// https://stackoverflow.com/questions/51836325/writing-the-result-of-geteditors-and-getviewers-to-google-sheets
// https://stackoverflow.com/questions/22365681/correct-usage-of-driveapp-continuefileiteratorcontinuationtoken
// Uncomment to add a custom menu to manually trigger main function