-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Open File via File URL Link -- Add Cancel Button #244
Comments
How did you create the file link? All the apps from Mac AppStore need to be sandboxed, so is Quiver. The sandbox limitation means that you can't open an arbitrary file on the file system from Quiver, without explicitly giving Quiver the permission first. This is different from the permission settings in Accessibility. For a sandboxed app, there are two ways permissions can be granted to the app:
So if you manually typed in the file link, it won't work. If you use the "Attach file" button on the toolbar or dragged the file into the note, Quiver will be able to open the file afterwards. |
If you are tired of dragging in one file at a time, simply drag in a top folder, for example, your Desktop folder, or your Dropbox folder, etc. That gives Quiver permission to open any file inside that folder. |
OK, thanks. That works great! BTW, on the popup window to select Link or Copy, it would be great to also have a "Cancel" button. |
Yeah, that makes sense. I will add a "cancel" button. Leave this ticket open for that. |
The "Cancel" button is added in 3.0.1. |
Quiver 3.0 on Yosemite 10.10.5
When I click on a link in Quiver to a file on my Mac, I get this error:
This same link works fine in Evernote.
I have given Quiver.app permission to control my Mac in Mac Preferences > Security & Privacy > Privacy > Accessibility
Is this a BUG, or it there some setting I need to change?
The text was updated successfully, but these errors were encountered: