Google App script that lasts over 6 to 30 minutes
https://docs.google.com/spreadsheets/d/1QSWdUOPJ-rA1QbO65tSRsdhsE9GnNBzzm4QIXYg4kI0/edit#gid=86329294
Filed to Files
Fragment of the script to be performed (download the file list)
function listFilesAndFolders() {
var folderid = '1rHWkdcVPSzxbLkHY3C-EGUSlgB9KMQYu'; // change FolderID
var sh = SpreadsheetApp.getActive().getSheetByName("Files");
by sh.clear();
sh.appendRow([“parent”,“folder”,“folderID”,“name”,“size”,“URL”,“ID”,“description”,“type”]);
try {
is parentFolder =DriveApp.getFolderById(folderid);
listFiles(parentFolder,parentFolder.getName())
listSubFolders(parentFolder,parentFolder.getName());
by catch (e) {
Logger.log (e.toString() )
The
The
function listSubFolders(parentFolder,parent) {
is childFolders = parentFolder.getFolders();
while (childFolders.hasNext()) {
is childFolder = childFolders.next();
Logger.log("Fold : " + childFolder.getName());
listFiles(childFolder, parent)
listSubFolders(childFolder,parent + "♰" + childFolder.getName());
The
The
function listFiles(fold, parent){
var sh = SpreadsheetApp.getActive().getSheetByName("Files");
The data is [];
is fold.getFiles();
while (files.hasNext()) {
is file = files.next();
The data = [
The parent,
by fold.getName( )
by fold.getId( )
by file.getName( )
file.getSize( )
by file.getUrl( )
by file.getId( )
by file.getDescription( )
file.getMimeType()
and the
sh.appendRow (data )
The
The
Client's review of cooperation with Andrew Kr
Google App script that lasts over 6 to 30 minutesAndrei carried out my project from A to I. He considered all my wishes, made the project perfectly. I strongly recommend this specialist. Contact, speed at work, awareness - I am pleasantly impressed by Andrea's work. I’ll talk again! I bet 10 out of 10.
Freelancer's review of cooperation with Andrey Akopov
Google App script that lasts over 6 to 30 minutesVery easy communication during the performance of the work, clear task, quick check, immediate payment. I recommend cooperation!
Current freelance projects in the category Javascript and Typescript
Development of the AM Mobility platform (car service, parking, insurance, car rental)
5770 USD
We are looking for a team or an experienced Full Stack developer to create the MVP of the AM Mobility platform. AM Mobility is a unified digital ecosystem for motorists, combining in one application and web platform: parking; car service; tire fitting; car wash; car rental;… Javascript and Typescript, Web Programming ∙ 2 days 9 hours back ∙ 101 proposals |
Gsap animations
22 USD
Good day. Corrections need to be made in the current project. A specialist is needed who works well with gsap/lenis. Animation of cards needs to be done. Detailed specifications here:… Javascript and Typescript, Web Programming ∙ 2 days 14 hours back ∙ 21 proposals |
Commercial on-premise video communication platform "ViM"It is required to develop an on-premise video conferencing system with a basic calculation for 100 simultaneous connections (10 isolated rooms of 10 people each). The platform should have a built-in architecture for future horizontal scaling up to 1000 users by adding new media… Javascript and Typescript, Web Programming ∙ 3 days 10 hours back ∙ 32 proposals |
I am looking for a mentor with Claude Code to launch a web project from scratch.Brief about the task: I am a beginner with no programming experience. I have a ready specification for website development (42 pages, Next.js, PostgreSQL). I want to implement it myself using Claude Code - I need a specialist who will set up the environment and teach me how to… Javascript and Typescript, Tuition ∙ 4 days 13 hours back ∙ 18 proposals |
Website design updateIt is necessary to update the design of the existing website using HTML, CSS, JS: refresh the appearance, make it modern and responsive for mobile devices. Smooth animations and interactive elements need to be added. HTML & CSS, Javascript and Typescript ∙ 5 days 7 hours back ∙ 90 proposals |