Upload pictures to personal folder instead of public share, possible?

is it possible to upload pictures from an iOs device to a personal private folder instead of the public folder tht can be accessed by anyone with a user account on the drive?

many thanks in advance,

Erik

I would love this feature as well but unfortunately it is not possible today.  I did implement a solution on my device yesterday that addresses the issue. Basically you can have a script run from the MyCloud device hourly or daily that will automatically move your photos from the public share to a location you specify and put them in whatever directory structure you want.

To do this you do need to install an additional package on the device and it may or may not cause issues down the road.  It is a standard debian package from the same distribuiton the mycloud uses.  It all depends on how comfortable you are with this. 

Here is the link to the post I created.

http://community.wd.com/t5/WD-My-Cloud/Photos-uploaded-to-public-share-solution/td-p/683819http://community.wd.com/t5/WD-My-Cloud/Photos-uploaded-to-public-share-solution/td-p/683819

The script I placed in the /etc/cron.hourly folder is below - it moves the pictures from the public share to a Pictures share I created.  I renames the files to HH-MM-SS format (based on creation date/day they were snapped) and places them into a directory structure of YYYY\MM\DD.

#! /bin/bash
exiftool -ext avi -ext mov -ext mp4 -ext jpg -ext raw -ext mpg -r -d /shares/Pictures/%Y/%m/%d/%H-%M-%S.%%e “-filename<CreateDate” /shares/Public/

If it’s any help, I use BT Sync to automatically upload my IOS photos and videos to my own private ‘Ryan’ share. If you don’t mind installing bittorrent sync on your icloud, then this could be an option for you.