Jump to content

c1hzqzwa

Member
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

c1hzqzwa's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I create a workflow to quickly modify an URL. However, I got an unexpected newline character. I have no idea to fix it. Here is the log when I started debugger: ``` [18:56:35.082] Get Direct Link[Hotkey] Processing complete [18:56:35.085] Get Direct Link[Hotkey] Passing output 'https://www.dropbox.com/s/abcxzy/filename.txt?dl=0' to Run Script [18:56:35.211] STDERR: Get Direct Link[Run Script] query: https://dl.dropbxusercontent.com/s/abcxzy/filename_abcxzy.txt?dl=0 [18:56:35.215] Get Direct Link[Run Script] Processing complete [18:56:35.216] Get Direct Link[Run Script] Passing output 'https://dl.dropbxusercontent.com/s/abcxzy/filename_abcxzy.txt?dl=0 ' to Copy to Clipboard ``` Please take a look at the attached images.
  2. I have a workflow to create a direct link of a share link of Dropbox from clipboard. For example, the normal Dropbox sharable link is https://www.dropbox.com/s/abcxzy/filename.txt?dl=0. I build a workflow to quickly change it to a direct link as https://dl.dropboxusercontent.com/s/abcxzy/filename.txt?dl=0. Just a quick explanation for my purpose. Now I'm using a hot key to trigger the workflow but I want to call it from Alfred search result. For instance, I want to set the keyword `dbdirectlink` for this workflow. Then I toggle Alfred and type this keyword, one of results should include the workflow. I can start it by pressing Enter. I'm a newbie. Do you have any ideas? Thank you
×
×
  • Create New...