Objects | Properties |
---|---|
|
|
Methods sort | |
|
|
GAPI_menu — 1 properties and 5 methods |
When the page loads, gapi is not defined yet. Drive API will be ready in three stages: s1_initGAPI() loads and initializes GAPI s2_signIn() gets authorization from the user s3_loadClient() drive client will be used Now click initGAPI() No arguments needed
Reference: drive.api.files V3 Google console
Problems:
1. Modify find methods to display more than 100 items
2. Add two methods:
a) listFolder(fileId) List contents of given folder
b) move(fileId, parent) Move file/folder to new folder
3. Convert these methods to a web page with a UI