I don't really use EG for much other than there is an Android app named Tasker and a plugin into that app called AutoRemote that has a plugin in EG to handle some file transfers and other simple request.
Here's what I want to do! When I send photos from my phone(s)/tablet to my PC I'd like to be able to upload them to a hosted website of mine and then build a really quick photo gallery.
Here's the log for when I send photos from my phone to EG:
Code: Select all
Receiving file IMG_20150418_144745.jpg
Receiving file IMG_20150418_144802.jpg
System.Idle
Got communication of type: Message
Files: C:\Users\Dave\AutoRemote-EventGhost\IMG_20150418_144745.jpg,C:\Users\Dave\AutoRemote-EventGhost\IMG_20150418_144802.jpg
This is a redirected message.
eg.event.payload.armessage: u'test'
eg.event.payload.arpar: [u'test']
eg.event.payload.files: [u'C:\\Users\\Dave\\AutoRemote-EventGhost\\IMG_20150418_144745.jpg', u'C:\\Users\\Dave\\AutoRemote-EventGhost\\IMG_20150418_144802.jpg']
eg.event.payload.sender:
key: u'***********************************************************************************************'
name: u"Dave's Nexus 5"
url: u'goo.gl/******'
localIp: None
port: None
tryLocalIp: False
Good time to get my feet wet learning the other things EG can do! I hope somebody can show me the ropes and teach me on how to do this!
I really really really appreciate the help!