- Issue created by @freelock
- π»π³Vietnam zipme_hkt
There is Options field allow you input any Guzzle's client options. Please try it.
Other way you can try new feature in last release called Eca Helper Quick Action allow you write small php code and implement your action in the file sites/eca/EcaActions.php
- πΊπΈUnited States freelock Seattle
Ok, I'm not exactly sure how I messed up the MR, but you can at least see the direction I'm going. With this, I'm setting the data value to:
file: "[entity:field_door_image:entity:path]"
description: "[entity:field_door_image:alt]"and it's successfully posting an image.
For more, see the post that's automatically publishing in a few hours: https://www.freelock.com/advent/2024/automatically-post-mastodon-or-othe...
- πΊπΈUnited States freelock Seattle
Options doesn't work for files, at least not binary ones.
If there's unrecognizable characters, the Yaml parser throws an exception, and you're done.
Guzzle takes one of:
- A file pointer (created by fopen)
- A stream wrapper
- The raw file contentsI don't see any way of getting the first 2 into a token, and the third chokes the Yaml parser.
-
zipme_hkt β
committed 54a6c1d1 on 2.0.x
Update #3494034 Add support for multipart files upload
-
zipme_hkt β
committed 54a6c1d1 on 2.0.x
- π»π³Vietnam zipme_hkt
I add multipart option for files upload. Please try check with dev release.
-
zipme_hkt β
committed 6ae6c552 on 2.0.x
Update #3494034 Add support for multipart files upload
-
zipme_hkt β
committed 6ae6c552 on 2.0.x
-
zipme_hkt β
committed c1805d55 on 2.0.x
Update #3494034 Add support for multipart files upload
-
zipme_hkt β
committed c1805d55 on 2.0.x