-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bug in preview path #5
Comments
I will test the plugin with CloudApp tonight. It should work, I used CloudApp.Could you turn debugging on and follow the troubleshooting steps in the read me? If you don't understand something just mention me on twitter @_jelias_On Wed, Apr 30, 2014 at 9:47 AM, jelias/sketch-upload reply@reply.github.com wrote: I'm having trouble getting the plugin working with Sketch 3 and CloudApp 2. Whenever I try to upload it says it fails to find the preview and to make sure I have Cloud installed (I do, and it's running). I noticed this: https://github.com/jelias/sketch-upload/blob/master/Upload.sketchplugin line 38 var PREVIEW_DIRECTORY_NAME = "com.jelias.sketch-upload"; Should that path be hardcoded? Guessing not, but I tried several different approaches (creating my own com.name.sketch-upload dir, etc.) without any luck. —Reply to this email directly or view it on GitHub. |
try specifying the path to the CloudApp like this:
I tested it, and that should work. Let me know. |
Perfect, works like a champ now. |
Glad to help! |
I'm having trouble getting the plugin working with Sketch 3 and CloudApp 2. Whenever I try to upload it says it fails to find the preview and to make sure I have Cloud installed (I do, and it's running). I noticed this:
https://github.com/jelias/sketch-upload/blob/master/Upload.sketchplugin line 38
var PREVIEW_DIRECTORY_NAME = "com.jelias.sketch-upload";
Should that path be hardcoded? Guessing not, but I tried several different approaches (creating my own com.name.sketch-upload dir, etc.) without any luck.
The text was updated successfully, but these errors were encountered: