All Projects → googleworkspace → Drive Zipextractor

googleworkspace / Drive Zipextractor

Licence: apache-2.0
Extract (decompress) ZIP files into Google Drive using the Google Drive API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Drive Zipextractor

drive-zipextractor
Extract (decompress) ZIP files into Google Drive using the Google Drive API
Stars: ✭ 432 (+1.65%)
Mutual labels:  gsuite, google-drive
Pydrive
Google Drive API Python wrapper library
Stars: ✭ 1,180 (+177.65%)
Mutual labels:  gsuite, google-drive
Drive Music Player
Fully client side Music Player for Google Drive
Stars: ✭ 554 (+30.35%)
Mutual labels:  gsuite, google-drive
Google Drive Recursive Ownership
Tool to recursively give away file and document ownership to another user.
Stars: ✭ 176 (-58.59%)
Mutual labels:  gsuite, google-drive
code
Google Apps Script - Code Snippets 👩🏻‍💻
Stars: ✭ 108 (-74.59%)
Mutual labels:  gsuite, google-drive
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+501.88%)
Mutual labels:  gsuite, google-drive
Drive Utils
Google Drive API utility functions.
Stars: ✭ 149 (-64.94%)
Mutual labels:  gsuite, google-drive
drive-music-player
Fully client side Music Player for Google Drive
Stars: ✭ 567 (+33.41%)
Mutual labels:  gsuite, google-drive
google-backup
Drive/Gmail/Calendar backups
Stars: ✭ 31 (-92.71%)
Mutual labels:  gsuite, google-drive
ghost-google-drive
Google drive storage for ghost
Stars: ✭ 45 (-89.41%)
Mutual labels:  google-drive
Vgrive
Google Drive client for linux
Stars: ✭ 284 (-33.18%)
Mutual labels:  google-drive
KotlinProject
This repo help for all developer who want to learn android or want to work on advance feature of android. This repo created with help of @awesomeui, @materialdesign and android latest feature. this repo contain major feature like : @awesome UI, @Material design, @firebase (auth, realtime database, firestore, push notification), @database (Room d…
Stars: ✭ 40 (-90.59%)
Mutual labels:  google-drive
Arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
Stars: ✭ 252 (-40.71%)
Mutual labels:  google-drive
Google Drive Ftp Adapter
Google Drive FTP Adapter to connect to google drive through the FTP protocol
Stars: ✭ 292 (-31.29%)
Mutual labels:  google-drive
MIRROR-HUNTER
Who are we? We are the Hunters of all Torrent in this world.🗡️.Fork from SlamDevs
Stars: ✭ 86 (-79.76%)
Mutual labels:  google-drive
Python Aria Mirror Bot
A telegram bot for all your mirror needs
Stars: ✭ 383 (-9.88%)
Mutual labels:  google-drive
abap-alv-google-upload-sheet
Sample demonstrating export of ALV Grid data from SAP GUI directly to Google Drive and display exported data snapshots automatically in Google Sheets.
Stars: ✭ 24 (-94.35%)
Mutual labels:  google-drive
slam-mirrorbot
Aria/qBittorrent Telegram mirror/leech bot.
Stars: ✭ 1,072 (+152.24%)
Mutual labels:  google-drive
Md2googleslides
Generate Google Slides from markdown
Stars: ✭ 4,093 (+863.06%)
Mutual labels:  gsuite
Fb2cal
Fetch Facebook Birthdays events and create an ICS file for use with calendar apps
Stars: ✭ 335 (-21.18%)
Mutual labels:  google-drive

ZIP Extractor

Sample app for extracting ZIP files into Google Drive using the Google Drive API.

This is a pure-Javascript app that makes use of the public Google Drive API to read ZIP files from Google Drive and extract their contents into Google Drive. Hierarchical ZIP files (ZIP files with subfolders) are supported.

The app is based on the drive.file OAuth2 scope, where permission is granted only for individual files that the user authorizes.

ZIP Extractor makes use of CORS (Cross-Origin Resource Sharing) methods for uploading and downloading files from Drive. The app also demonstrates the use of the File Picker and Sharing widgets as part of the Drive API. ZIP extractor also demonstrates how to integrate with the Google Drive web and Android apps.

This app uses the zip.js – Javascript-based ZIP library.

Deploying

To run this code yourself, it will need to be hosted somewhere. Options for hosting include Google App Engine or your own web server.

In all cases, a configuration will need to be created in the Google Developers Console, as outlined here: https://developers.google.com/drive/api/v3/enable-sdk

Note: The resulting App ID, Client ID, and API Key generated as part of that process will need to be put into the your app's configuration (in actual code). For ZIP Extractor, that configuration information in found in 'config.js' under the '/js/zipextractor/' directory.

Support

For any questions about the Drive API, you can also post a question on the Stack Overflow forums: http://stackoverflow.com/questions/tagged/google-drive-sdk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].