alfredapp / google-drive-workflow

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

Google Drive path doesn't exist #54

Closed zellwk closed 1 year ago

zellwk commented 1 year ago

Diagnostic

Workflow version

2022.12

Alfred version

5.0.3

macOS version

12.6

Architecture

i386

Workflow environment variables

Dict { ignore_list = result_limit = 50 auto_refresh = 1 google_drive_path = /Volumes/GoogleDrive }

Full Disk Access

Granted

Google drive paths

Does NOT Exist: /Volumes/GoogleDrive

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.googledrive Installed

Debugger output

[18:58:07.664] Logging Started...
[18:58:19.825] Google Drive[Script Filter] Queuing argument 'h'
[18:58:20.056] Google Drive[Script Filter] Script with argv 'h' finished
[18:58:20.059] Google Drive[Script Filter] {"items":[{"title":"Build cache","subtitle":"It will take a few minutes to finish, depending on how many files you have.","arg":"build_cache"}]}
[18:58:22.408] Google Drive[Script Filter] Queuing argument 'ha'
[18:58:22.539] Google Drive[Script Filter] Queuing argument 'hal'
[18:58:22.687] Google Drive[Script Filter] Queuing argument 'halb'
[18:58:22.900] Google Drive[Script Filter] Script with argv 'halb' finished
[18:58:22.902] Google Drive[Script Filter] {"items":[{"title":"Build cache","subtitle":"It will take a few minutes to finish, depending on how many files you have.","arg":"build_cache"}]}
[18:58:26.811] Google Drive[Script Filter] Queuing argument 'halbe'
[18:58:26.862] Google Drive[Script Filter] Queuing argument 'halber'
[18:58:26.958] Google Drive[Script Filter] Queuing argument 'halbert'
[18:58:27.176] Google Drive[Script Filter] Script with argv 'halbert' finished
[18:58:27.180] Google Drive[Script Filter] {"items":[{"title":"Build cache","subtitle":"It will take a few minutes to finish, depending on how many files you have.","arg":"build_cache"}]}
[18:58:29.066] Google Drive[Script Filter] Processing complete
[18:58:29.070] Google Drive[Script Filter] Passing output 'build_cache' to Conditional
[18:58:29.071] Google Drive[Conditional] Processing complete
[18:58:29.072] Google Drive[Conditional] Passing output 'build_cache' to Run Script
[18:58:29.073] Google Drive[Run Script] Processing complete
[18:58:29.073] Google Drive[Run Script] Passing output '' to Run Script
[18:58:29.239] ERROR: Google Drive[Run Script] Google Drive path does not exist!
[18:58:29.247] Google Drive[Run Script] Processing complete
[18:58:29.248] Google Drive[Run Script] Passing output 'PATH_ERROR' to Run Script
[18:58:29.249] Google Drive[Run Script] Passing output 'PATH_ERROR' to Conditional
[18:58:29.249] Google Drive[Conditional] Processing complete
[18:58:29.250] Google Drive[Conditional] Passing output 'PATH_ERROR' to Post Notification
[18:58:29.250] Google Drive[Post Notification] Processing complete
[18:58:29.251] Google Drive[Post Notification] Passing output 'PATH_ERROR' to Play Sound
[18:58:29.301] Google Drive[Run Script] Processing complete
[18:58:29.308] Google Drive[Run Script] Passing output '5' to Conditional
[18:58:29.309] Google Drive[Conditional] Processing complete
[18:58:29.309] Google Drive[Conditional] Passing output '5' to Run Script

More details

I'm unable to use this workflow because the path /Volumes/GoogleDrive does not exist.

Can we change the path manually?

I'm on Mac OS 12.6, using Google Drive app. According to the drive app, the folder is controlled by Mac and I cannot edit its location.

CleanShot 2022-10-19 at 18 59 55

Thanks!

vitorgalvao commented 1 year ago

Can we change the path manually?

Click Configure Workflow on the top left while in the Workflow Editor.

zellwk commented 1 year ago

Thanks!