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

Cloud folder location #28

Open
cdzo72 opened this issue Feb 21, 2024 · 4 comments
Open

Cloud folder location #28

cdzo72 opened this issue Feb 21, 2024 · 4 comments

Comments

@cdzo72
Copy link

cdzo72 commented Feb 21, 2024

It would be great to be able to choose an existing folder from Dropbox or Drive or a dialogue allowing the creation and location of the Financisto folder

@tiberiusteng
Copy link
Owner

For dropbox it's using scoped folder, basically means you don't have permission and ability to choose other folder.

Google drive do have ability to select a folder by name, and the reason is that implementing full interfaces for file/folder list and creation are really not worth it, given that you can do it in browser.

@cdzo72
Copy link
Author

cdzo72 commented Feb 21, 2024 via email

@tiberiusteng
Copy link
Owner

tiberiusteng commented Feb 21, 2024

If you renamed the backup folder, be sure to change the Backup Folder in preferences, and new backups / restoring file list should refer to the folder.

When looking for the folder in Google Drive, it only queries with folder name, and don't consider what its parents is (i.e. it doesn't matter where it is in the tree). Therefore you actually can move the backup folder under other folders and it will still work, as long as your drive only have one folder with the name you specified in preferences. If there are multiple, it will use the first one.

For example, if you configured Backup Folder as MyFinancisto, and make a tree like Others\Backups\MyFinancisto in Google Drive, it will use that folder.

If you are testing after move, you can try with Google Drive Restore and see if it can get your previously created files.

@cdzo72
Copy link
Author

cdzo72 commented Feb 22, 2024 via email

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

2 participants