You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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?
The text was updated successfully, but these errors were encountered: