All Projects → googlearchive → drive-zipextractor

googlearchive / drive-zipextractor

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

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to drive-zipextractor

Google Drive Recursive Ownership
Tool to recursively give away file and document ownership to another user.
Stars: ✭ 176 (-59.26%)
Mutual labels:  gsuite, google-drive
drive-music-player
Fully client side Music Player for Google Drive
Stars: ✭ 567 (+31.25%)
Mutual labels:  gsuite, google-drive
Drive Utils
Google Drive API utility functions.
Stars: ✭ 149 (-65.51%)
Mutual labels:  gsuite, google-drive
google-backup
Drive/Gmail/Calendar backups
Stars: ✭ 31 (-92.82%)
Mutual labels:  gsuite, google-drive
Drive Zipextractor
Extract (decompress) ZIP files into Google Drive using the Google Drive API
Stars: ✭ 425 (-1.62%)
Mutual labels:  gsuite, google-drive
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (+492.13%)
Mutual labels:  gsuite, google-drive
Pydrive
Google Drive API Python wrapper library
Stars: ✭ 1,180 (+173.15%)
Mutual labels:  gsuite, google-drive
Drive Music Player
Fully client side Music Player for Google Drive
Stars: ✭ 554 (+28.24%)
Mutual labels:  gsuite, google-drive
code
Google Apps Script - Code Snippets 👩🏻‍💻
Stars: ✭ 108 (-75%)
Mutual labels:  gsuite, google-drive
Browser Samples
Web samples for Google Workspace APIs
Stars: ✭ 164 (-62.04%)
Mutual labels:  gsuite
raposas
Diretório oficial do código do indexador Raposas.
Stars: ✭ 31 (-92.82%)
Mutual labels:  google-drive
Apps Script Oauth1
An OAuth1 library for Google Apps Script.
Stars: ✭ 115 (-73.38%)
Mutual labels:  gsuite
stremio-gdrive
Stremio addon for fetching videos from your google drive.
Stars: ✭ 73 (-83.1%)
Mutual labels:  google-drive
Go Samples
Go samples for Google Workspace APIs
Stars: ✭ 117 (-72.92%)
Mutual labels:  gsuite
cottoncandy
sugar for s3
Stars: ✭ 33 (-92.36%)
Mutual labels:  google-drive
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (-81.48%)
Mutual labels:  google-drive
Ruby Samples
💎 Ruby samples for Google Workspace APIs
Stars: ✭ 57 (-86.81%)
Mutual labels:  gsuite
LoaderX-Bot
Original repo - https://github.com/lzzy12/python-aria-mirror-bot
Stars: ✭ 59 (-86.34%)
Mutual labels:  google-drive
Google-Docs-for-Mac
Native Google Docs app for Mac
Stars: ✭ 33 (-92.36%)
Mutual labels:  gsuite
Java Samples
☕ Java samples for Google Workspace APIs.
Stars: ✭ 179 (-58.56%)
Mutual labels:  gsuite

Deprecated

This sample is no longer maintained. No further updates will be made.

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: This is not an official Google product.

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].