On Friday, October 24, 2014 4:02:54 PM UTC-3, Redlorry wrote:
>
> Thanks for the info, very useful.
>
> So for the 1st one iQuota, I'm implementing IQuota on my Collection like 
> this:
>
> class yetiCollection extends Sabre\DAV\Collection implements 
> Sabre\DAV\IQuota
> {
> ...
> }
>
> Then testing the getQuotaInfo() method like this:
>
> class yetiCollection extends Sabre\DAV\Collection implements 
> Sabre\DAV\IQuota
> {
>     function getQuotaInfo()
>     {
>         return array(100000000, 4000000000);
>     }
>     ...
> }
>
> However I'm still getting 1TB available, 0 used on the drive icon. Any 
> idea what I may be doing wrong or if it's a Windows snag?
>
> I believe that Windows will only ask for quota information on the 
collection that you mounted in windows. So if you mounted the root of the 
dav server, you need to make that property is defined there. Second: make 
sure you are running a 64bit PHP version, that second number exceeds the 
maximum size of an integer in 32bit php.

Evert

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SabreDAV Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sabredav-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sabredav-discuss/ef77fdea-f915-4db1-a6d0-d8595095fb2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to