alfredapp / google-drive-workflow

Alfred Workflow for Google Drive
BSD 3-Clause "New" or "Revised" License
170 stars 8 forks source link

Google Drive path does not exist! #21

Closed MiumLab closed 2 years ago

MiumLab commented 2 years ago

Diagnostic

Workflow version

2022.5

Alfred version

4.6.1

macOS version

12.0.1

Workflow environment variables

Dict { ignore_list = result_limit = 50 google_drive_path = /Volumes/GoogleDrive/My Drive }

Google drive paths

Does NOT Exist: /Volumes/GoogleDrive/My Drive

Cache dir

Files NOT present

Cache file

Does NOT exist

Temporary cache

Does NOT exist

Build progress

NOT running

Launchd job

Loaded: - 0 com.alfredapp.launchd.googledrivecache Installed

Debugger output

19:11:34.948] Google Drive[Keyword] Processing complete
[19:11:34.949] Google Drive[Keyword] Passing output '' to Run Script
[19:11:35.197] ERROR: Google Drive[Run Script] Google Drive path does not exist!
[19:11:35.206] Google Drive[Run Script] Processing complete
[19:11:35.207] Google Drive[Run Script] Passing output 'PATH_ERROR' to Run Script
[19:11:35.208] Google Drive[Run Script] Passing output 'PATH_ERROR' to Conditional
[19:11:35.209] Google Drive[Conditional] Processing complete
[19:11:35.209] Google Drive[Conditional] Passing output 'PATH_ERROR' to Post Notification
[19:11:35.210] Google Drive[Post Notification] Processing complete
[19:11:35.211] Google Drive[Post Notification] Passing output 'PATH_ERROR' to Play Sound

More details

Capture d’écran 2022-01-19 à 19 12 39

Impossible to find any file

vitorgalvao commented 2 years ago

Well, the message pretty much tells you what the problem is. /Volumes/GoogleDrive/My Drive does not exist. You have to set the directory correctly. The instructions go over this.

If you don’t know where your Google Drive is, How-To Geek teaches you. Then check Alfred’s documentation on how to set the Workflow Environment Variable.