Skip to content
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

Can't Do It in my Side #1

Open
Typhon0130 opened this issue Jul 13, 2023 · 5 comments
Open

Can't Do It in my Side #1

Typhon0130 opened this issue Jul 13, 2023 · 5 comments

Comments

@Typhon0130
Copy link

hey there 😀
Thank you for your code
But I can't do it in my side.
Can you discuss in detail?

@chocolatkey
Copy link
Owner

I don't know what you're struggling with. Please describe in more detail

@Typhon0130
Copy link
Author

Typhon0130 commented Jul 21, 2023

can you tell me about your project?
like local env variable..
device_token, device_id

@xiyichen
Copy link

I have the same question. How do you get device_token and device_id?

@jjjutla
Copy link

jjjutla commented Aug 5, 2023

I have the same question

@chocolatkey
Copy link
Owner

chocolatkey commented Aug 6, 2023

The easiest way is to intercept the network traffic of Photoshop when you open it, using e.g. Fiddler or Burp Suite. Here's an example of the device ID (a UUID v4) and the device token (a JWT) being intercepted:
intercept

Then create config.json with the two, like this:

{
    "device_token": "eyJh.....",
    "device_id": "....."
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants