Skip to content

Does not download folder #17

Description

@jak83A

I have installed ZDrive through pip install and imported

from zdrive import Downloader

The credentials.json is placed in the script directory. Google API is enabled.

This is my function:

def downloadFolderGDrive(folder_id, output_directory):
    d = Downloader()
    d.downloadFolder(folder_id, destinationFolder=output_directory)
    return

After initial authentification flow completion, the script runs fine with no errors, but... nothing is downloaded.
I tested to add a folder that does not exist to the output folder variable > it is created, but still nothing has been downloaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions