Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Unlimited Quota not handled #54

Description

@phil1995

With Google Drive it is possible to have unlimited quota (for example using GSuite account). If this is the case the command:

$quotas = $about->getStorageQuota();
$quotas->getLimit()

will only return ''.
Therefore, since currently the used quota is subtracted from this, the free space is usually negative and no file can be uploaded.
Edit: I just saw that the code in this repository and the core repository is different, so I'm unsure if the issue is correct here and doesn't belong in the core repository?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions