celeste icon indicating copy to clipboard operation
celeste copied to clipboard

[Bug]: Dropbox deauthenticating

Open ShadowDrakken opened this issue 1 year ago • 1 comments

Bug Description

Dropbox seems to have some kind of threshold for number of requests over a given period of time. I can't quite figure out what that threshold is, but it will deauthenticate once the threshold is hit which is forcing an rclone reconnect before being able to use it again.

I'm having the issue both with the Flatpak and the Snap.

Installation Source

Snap

What version of Celeste are you using?

0.8.3

Storage Provider

Dropbox

ShadowDrakken avatar Nov 04 '24 14:11 ShadowDrakken

For anyone else asking themselves how they can actually do the reconnect. Find your id first: flatpak ps | grep -i celeste Enter the container: flatpak enter <instance_id> bash Run this command to reconnect (note the colon at the end): /app/bin/rclone config --config /var/config/celeste/rclone.conf reconnect <dropbox_remote>:

Stivo avatar Oct 11 '25 08:10 Stivo