Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to create, download and upload folders #24

Open
jrcamelo opened this issue May 12, 2020 · 0 comments
Open

Ability to create, download and upload folders #24

jrcamelo opened this issue May 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jrcamelo
Copy link
Contributor

Although it should not be a priority, the user should be able to execute operations with folders, such as creating a new folder, uploading files there, and downloading every file in a folder.

While Google Drive does not support folder transfers, it has a parent and child logic that we can use.

For creating the folder and uploading files to it, we can follow the specific documentation for Create and Populate folders, as well as the one for insert.

While for the download, we can find all files within that folder using the list method with a search for parentId, then download each file separately in a loop as explained in this Stack Overflow answer and on the get documentation.

@psteiger psteiger added the enhancement New feature or request label May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants