UnknownSilicon/googlephotos-filestorage

Suppress warning at start of program

Closed this issue · 1 comments

When the program is run, the warning

Jun 18, 2019 6:29:36 PM com.google.api.client.util.store.FileDataStoreFactory setPermissionsToOwnerOnly
WARNING: unable to change permissions for everybody: <Directory>

appears. This is due to a bug in Google's default DataStore.

To fix this, a custom DataStore must be created.

Will be implemented in the next version