Merged
Conversation
Remove old build directory and create it again
Owner
|
Hmm - I haven't tested this on Windows yet. I'm thinking there are some file paths that need to be made dynamic. Are you still getting this error after adding the clean command? |
Contributor
Author
|
No. After clean command, the app works well =) |
Owner
|
oh wow, that's actually a huge surprise for me hahaha |
Contributor
Author
Owner
|
Ahh, that's the API Key being mismatched to the redirect URI. In the Dropbox API console, make sure you have the URL |
Contributor
Author
|
And now it works! 💃 💃 ✨ |
Owner
|
WOOT! |
Owner
|
Now we just need @connors to make a photon variant that fits in a bit better on Windows & Linux. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Hey @developit! Are you kidding me? One more awesome project! Nice job :D
I needed to add a simple command before run
npm start, because I was getting this error:I think it doesn't work on Windows (at least, not in default cmd). I don't know what we can do in this case. Maybe use a NodeJS script to do the same thing. What do you think?