You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
With Google Drive it is possible to have unlimited quota (for example using GSuite account). If this is the case the command:
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?