martygrant / photobooth

Raspberry Pi powered photobooth for parties and events.
0 stars 1 forks source link

Deal with losing internet connection for Google Drive #12

Open martygrant opened 4 years ago

martygrant commented 4 years ago

It's possible during runtime we could lose the internet connection used to upload files to Google Drive. We should be able to deal with this and reconnect if we lose connection, or if we lose authentication?

Perhaps queue up uploads until a connection is regained.