403 session token has been expired #85
abubakar0101
started this conversation in
General
Replies: 2 comments 1 reply
-
@abubakar0101 this sounds like your upload is taking longer than the 60 second token expiration. You will need to change your logic, so that you get the token before each upload or chunk up your upload so that it completes quicker for each file or batch of files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
public const LEEWAY_SECONDS = 10; issue is here ... :( namespace Osiset\ShopifyApp\Objects\Values; final class SessionToken implements SessionTokenValue } In This class I don't know how to resolve it. it make expired session only in 10 sec. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when I uploading multiple file Images throw axios request then it take time and request genrate error (403 session token has been expired)
Beta Was this translation helpful? Give feedback.
All reactions