Pushbullet not send file [RESOLVED]

Hi, have you got problem to send file ( not file_url) with notify ?
Thats working before version 2020.12.1
I try with attribut file_url, that working.

I use docker version (2021.2.0) and file is writing in /config/www/ and the directory is allow with :

  allowlist_external_dirs:
    - /config/www

Exemple configuration

message: send me picture
data:
  file: '/config/www/vacuum.png'

And error in log:

[homeassistant.components.pushbullet.notify] Notify failed: {"error":{"code":"invalid_param","type":"invalid_request","message":"The param 'file_url' has an invalid value.","param":"file_url","cat":"\u003e:3"},"error_code":"invalid_param"}

Thanks

I found that: Pushing file failes · Issue #100 · richard-better/pushbullet.py · GitHub

I think I figured the problem. The filesize to upload is limited. The .yml file is quite big, with smaller files it does work. Thanks for your help

Pushbullet as a limit for size, what is the minimum ?

I found it, the channel has a limit of 2Gb.

you must empty the channel or recreate other one