You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request on discord asked if we can have auto backups to a selected onedrive/dropbox folder.
I think to start we can add a reminder on tab close about exports and a button to take one before exiting.
For dropbox we'd need to build authorization and make an api call. Probably could use the chooser that's already implemented to select and remember the folder.
Onedrive has auth already built, similarly we could use their picker to get the folder. Then use the api to upload.
Have to look into api limits/requirements.
The text was updated successfully, but these errors were encountered:
A request on discord asked if we can have auto backups to a selected onedrive/dropbox folder.
I think to start we can add a reminder on tab close about exports and a button to take one before exiting.
For dropbox we'd need to build authorization and make an api call. Probably could use the chooser that's already implemented to select and remember the folder.
Onedrive has auth already built, similarly we could use their picker to get the folder. Then use the api to upload.
Have to look into api limits/requirements.
The text was updated successfully, but these errors were encountered: