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

Missing functions/docs? #8

Open
wodin opened this issue Sep 13, 2015 · 1 comment
Open

Missing functions/docs? #8

wodin opened this issue Sep 13, 2015 · 1 comment

Comments

@wodin
Copy link

wodin commented Sep 13, 2015

I decided to try out google-drive, and managed to get the "context", but there seem to be some holes in the functionality and/or docs:

How do you list files/folders?
How do you get a parent-folder-id or file-id?

@k0pak4
Copy link
Contributor

k0pak4 commented Sep 13, 2015

Using the java api, it is possible to search for a file by name, and thus extract its id from the meta-data. This functionality has not yet been written in clojure here, but can be added. If you would like to add that functionality, feel free to fork and submit a PR to develop. Otherwise, I'll add that in the next release. Once you have received the Drive File object from creating or updating a file, the parent-folder-id and file-id can be extracted from the returned meta-data(these are also visible from the drive UI in the url).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants