https://github.com/datvm/driveuiintegrationtest
Test Drive UI integration with Open With and Create menu.
https://github.com/datvm/driveuiintegrationtest
Last synced: 2 months ago
JSON representation
Test Drive UI integration with Open With and Create menu.
- Host: GitHub
- URL: https://github.com/datvm/driveuiintegrationtest
- Owner: datvm
- Created: 2022-12-19T08:00:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T09:22:38.000Z (over 2 years ago)
- Last Synced: 2025-02-14T15:16:32.049Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> **Note**
> **You do not need to go through the trouble of using this app if you add `https://www.googleapis.com/auth/drive.install` scope (see [this StackOverflow question](https://stackoverflow.com/a/74850447/653457))**---
App is deployed on GitHub Pages: [https://datvm.github.io/DriveUiIntegrationTest/](https://datvm.github.io/DriveUiIntegrationTest/)
A simple page for testing [Google Drive UI integration](https://developers.google.com/drive/api/guides/about-apps): [Open With](https://developers.google.com/drive/api/guides/integrate-open) and [Create (New)](https://developers.google.com/drive/api/guides/integrate-create) menu.
When developing a Drive app, if you do not use App Script and do not want to deploy a fake app in order to test it, you can use this app. All the code of this app runs on your browser and only needed data are sent to Google servers so you do not have to worry about privacy or security.
# Configuration
- You need to add **`https://datvm.github.io/`** URL to your **Website Restriction** of your API Key (or you can create a new Api Key for testing and remove it later)

- You also need to add **`https://datvm.github.io`** to your OAuth2 Web credential's **Authorized Javascript Origin**

- You also need to add your own account to the test user list if your app is still in `Testing` phase instead of `Production`
# Usage
Put in your project information and click `Create Client`.
Then you can simulate either request by picking files (multiple files and Google Docs formats supported) or folder.
