upload_ui_over_quota WordPress Action Hook
The upload_ui_over_quota hook is called when the user has exceeded their upload space quota. This hook can be used to display a message to the user or to hide the upload UI.
do_action( 'upload_ui_over_quota' ) #
Fires when an upload will exceed the defined upload space quota for a network site.