Etsy API Quick Start Instructions Needs an Update #1208
Replies: 4 comments 2 replies
-
We are trying to auth flow process and getting some error "An error occurred |
Beta Was this translation helpful? Give feedback.
-
Hey, @slider1234 Important informations, you could maybe also add:
Points I didnt find on their side and here: Where to store userdata?
|
Beta Was this translation helpful? Give feedback.
-
I made another version that is now automated. I loved your feedback.
Check out my other one, because it addresses some of the things you talked
about. It's at this link #1236
…On Mon, May 13, 2024 at 1:49 PM DevTKSS ***@***.***> wrote:
Hey, @slider1234 <https://github.com/slider1234>
I am one of the ones who are struggeling with the etsy tutorial, so I am
really happy about finding your discussion here!
I would really appreciate if you would continue your work: Definitely big
Interest from my side!
Important informations, you could maybe also add:
-npm install git-scm (Windows) to make sure secret data will not be
served to the client
- creating new files via vscode terminal from a windows machine:
-
- @echo <https://github.com/echo> $null >>yourFilename.js
Points I didnt find on their side and here:
Where to store userdata?
My Ideas to that:
- second/more .env files? looking for where to place clientverifyer
and tokendata that i need for refresh calls
- some kind of SQL/NoSQL Database?
- for me there is missing security for the data in .env so maybe it
would be better to use dotenv-vault?
—
Reply to this email directly, view it on GitHub
<#1208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGN66K4DFFFLWJMLYID2RWTZCD4MHAVCNFSM6AAAAABDY3H3Z2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMRUGQ2TO>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The slider1234 Python script was a life saver. |
Beta Was this translation helpful? Give feedback.
-
I'm very new here. Maybe this has been talked about before.
The Quick Start guide at https://developers.etsy.com/documentation/tutorials/quickstart needs updated. It works fine and the process is interesting, but it's not written as well as it could be.
It could have been made to be much simpler by using a .env file in the main folder.
Here is the .env file contents
Then here is the index.hbs file contents
and then finally the server.js file contents
The user would be told to use this on a command line to install dotenv to make the .env file work
npm install dotenv
there is more to it than this and i wouldn't mind writing it all out if there is interest in it.
Beta Was this translation helpful? Give feedback.
All reactions