Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilleke/gas-bulk-change-ownership
https://github.com/jwilleke/gas-bulk-change-ownership
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwilleke/gas-bulk-change-ownership
- Owner: jwilleke
- Created: 2024-09-07T11:49:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T12:54:25.000Z (5 months ago)
- Last Synced: 2025-01-20T22:57:00.568Z (22 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changeOwnership.js
Awesome Lists containing this project
README
# GAS-Bulk-change-ownership
Code used for GAS-Bulk-change-ownership system.
When Google started using "Pooled Stoarge" for Google Workspaces.
GAS-Bulk-change-ownership has two areas of interest
- Moving files from one Google Drive User to another
- Downloading Google Drive Files## Repositories use GitHub and CLASP
For use of GitHub and CLASP, you will need YOUR Sheet scriptID.
Go to [https://script.google.com/] and find the desired project.
Obtain the "Project ID" from the URL.
Then to initialize Clasp for the project within the "empty" cloned GitHub Repository folder
```bash
clasp login
clasp clone {Project ID}
```When using Clasp Always use:
```bash
clasp pull
clasp push
# then
git push
```