-
Notifications
You must be signed in to change notification settings - Fork 180
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
Invalid CSRF Token. Unable to validate CSRF Token. #85
Comments
Has the session been started? Make sure you've the See this Example on the same page. Could you share more information? |
Got the same error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invalid CSRF Token. Unable to validate CSRF Token.
File: D:\xampp\htdocs\arcade\api\libs\drop\vendor\kunalvarma05\dropbox-php-sdk\src\Dropbox\Authentication\DropboxAuthHelper.php
I checkout the
DropboxAuthHelper.php
file and found out that$tokenInStore = $this->getPersistentDataStore()->get('state');
this line return a null value. Any change or something you want to suggest for this.I am following this document : https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Authentication-and-Authorization
The text was updated successfully, but these errors were encountered: