Re: Using WebID ACLs to control access to my Google Drive, SkyDrive, and DropBox folders

extremly cool!!

my access rights (issued @ http://kingsley.idehen.net/sparql)

prefix acl: <http://www.w3.org/ns/auth/acl#>
prefix foaf: <http://xmlns.com/foaf/0.1/> 
SELECT ?webID ?hasAccessType ?toDavResource
WHERE {
 ?agentClass foaf:member ?webID FILTER(?webID=<http://www.turnguard.com/turnguard> ).
 ?acl acl:agentClass ?agentClass .
 ?acl acl:mode ?hasAccessType .
 ?acl acl:accessTo ?toDavResource
}


wkr turnguard



----- Original Message -----
From: "Kingsley Idehen" <kidehen@openlinksw.com>
To: public-rww@w3.org
Sent: Wednesday, June 20, 2012 12:59:55 PM
Subject: Re: Using WebID ACLs to control access to my Google Drive, SkyDrive,   and DropBox folders

On 6/19/12 7:33 PM, Jürgen Jakobitsch wrote:
> hi,
>
> could you add http://www.turnguard.com/turnguard to your acls
>
> currently i'm asked for a cert and the for username and password

Yes, that's expected behavior if your WebID isn't part of the resource 
ACL. Basically, it drops down to digest authentication just in case you 
have an account with the instance that isn't associated with a WebID etc..

Anyway, I've added your WebID to the ACL :-)

Kingsley
>
> wkr turnguard
>
> ----- Original Message -----
> From: "Kingsley Idehen" <kidehen@openlinksw.com>
> To: public-rww@w3.org
> Sent: Tuesday, June 19, 2012 10:35:16 PM
> Subject: Using WebID ACLs to control access to my Google Drive, SkyDrive,  and DropBox folders
>
> All,
>
> I've dropped a G+ hosted post [1] that outlines how I mount and control
> access to folders from SkyDrive, DropBox, and Google Drive via my
> personal ODS-Briefcase (ODrive), using WebID .
>
> Resource collections in question are at:
>
> • My Skydrive --
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/SkyDrive/>
>
> • My DropBox --
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/DropBox/>
>
> • My Google Drive --
> <https://kingsley.idehen.net/DAV/home/kidehen/Public/GoogleDrive/>
>
> If you can't view these resources it means you aren't part of the ACL
> that controls them. Reply with your WebID and I'll add you to the list :-)
>
> Links
>
> 1. http://bit.ly/NNOkNB -- mounting 3rd party storage services into my
> WebID driven personal data space .
>


-- 

Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen






-- 
| Jürgen Jakobitsch, 
| Software Developer
| Semantic Web Company GmbH
| Mariahilfer Straße 70 / Neubaugasse 1, Top 8
| A - 1070 Wien, Austria
| Mob +43 676 62 12 710 | Fax +43.1.402 12 35 - 22

COMPANY INFORMATION
| web       : http://www.semantic-web.at/
| foaf      : http://company.semantic-web.at/person/juergen_jakobitsch
PERSONAL INFORMATION
| web       : http://www.turnguard.com
| foaf      : http://www.turnguard.com/turnguard
| g+        : https://plus.google.com/111233759991616358206/posts
| skype     : jakobitsch-punkt
| xmlns:tg  = "http://www.turnguard.com/turnguard#"

Received on Wednesday, 20 June 2012 12:07:53 UTC