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

Dropbox Token length? #3103

Open
aarondvail opened this issue Apr 9, 2024 · 1 comment
Open

Dropbox Token length? #3103

aarondvail opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@aarondvail
Copy link

Issue

I've got a number of PDFs of cookbooks. I'm trying to import them into Tandoor via Dropbox....

Followed all the steps but I get stuck adding the Token... "Ensure this value has at most 512 characters (it has 1330)."
Yet when I count the characters (via Notepad++) my token is 1331 characters....

It's either that or we're limited to one storage backend... which would stink cause I can't edit or remove the local storage I put on there

Tandoor Version

1.5.17

OS Version

Alpine 3.19.1

Setup

Docker / Docker-Compose

Reverse Proxy

SWAG

Other

No response

Environment file

-e SECRET_KEY=<<REDACTED>>
-e POSTGRES_PASSWORD=<<REDACTED>>
-e POSTGRES_USER=<<REDACTED>>
-e DB_ENGINE=django.db.backends.postgresql
-e POSTGRES_HOST=x.x.x.x
-e POSTGRES_PORT=5432
-e POSTGRES_DB=tandoor
-e TANDOOR_PORT=9251 
-e EMAIL_HOST=smtp.gmail.com 
-e EMAIL_PORT=587 
-e EMAIL_HOST_USER=<<REDACTED>>
-e EMAIL_HOST_PASSWORD=<<REDACTED>>
-e EMAIL_USE_TLS=1
-e EMAIL_USE_SSL=0
-e DEFAULT_FROM_EMAIL=<<REDACTED>>
-e ENABLE_SIGNUP=1

Docker-Compose file

No response

Relevant logs

No response

@aarondvail aarondvail added the setup issue possibly or definitely an issue with the user setup label Apr 9, 2024
@vabene1111
Copy link
Collaborator

i guess dropobox probably changes its token length over the years so the token field needs to be made longer,

@vabene1111 vabene1111 added bug Something isn't working and removed setup issue possibly or definitely an issue with the user setup labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants