Search found 5 matches
- Sun Mar 27, 2016 5:21 pm
- Forum: Help: Cameras using EyeFi cards
- Topic: Cannot Get Upload Key
- Replies: 56
- Views: 165412
Re: Cannot Get Upload Key
Okay. I have my software and photos have successfully transferred to my computer. The command still will not work.
- Thu Mar 17, 2016 11:21 pm
- Forum: Help: Cameras using EyeFi cards
- Topic: Cannot Get Upload Key
- Replies: 56
- Views: 165412
Re: Cannot Get Upload Key
I downloaded eye fi center but it won't log me in. I am using the correct email and password. It doesn't recognize my email.
- Thu Mar 17, 2016 12:51 pm
- Forum: Help: Cameras using EyeFi cards
- Topic: Cannot Get Upload Key
- Replies: 56
- Views: 165412
Re: Cannot Get Upload Key
I looked to see if these folders exist on my computer:
Library/Application\ Support/Eyefi/Eyefi\ Mobi/offline.db
They do not.
Library/Application\ Support/Eyefi/Eyefi\ Mobi/offline.db
They do not.
- Thu Mar 17, 2016 12:37 pm
- Forum: Help: Cameras using EyeFi cards
- Topic: Cannot Get Upload Key
- Replies: 56
- Views: 165412
Re: Cannot Get Upload Key
This is the code I used: dbres=$(sqlite3 ~/Library/Application\ Support/Eyefi/Eyefi\ Mobi/offline.db 'SELECT o_mac_address, o_upload_key FROM o_devices') && keys=(${dbres//$'\n'/ }) && for keyandmac in "${keys[@]}"; do mobimac=${keyandmac:0:17}; mobikey=${keyandmac:18}; ssurl="wifibooth://setEyeFiKe...
- Thu Mar 17, 2016 12:23 am
- Forum: Help: Cameras using EyeFi cards
- Topic: Cannot Get Upload Key
- Replies: 56
- Views: 165412
Re: Cannot Get Upload Key
I do not receive an email after pasting the code in terminal. I copy and paste the code from the website, but nothing happens. How do k send the email?