erikn69

Results 151 comments of erikn69

Just a note to anyone interested in implementing LTV: This is where that starts: [https://www.etsi.org/ts_10277804v010101p.pdf](https://www.etsi.org/deliver/etsi_ts/102700_102799/10277804/01.01.01_60/ts_10277804v010101p.pdf)

> Do we really need to be sure it's json, or just looks like json? It is an extreme case, it happened to me with some plugin, it injected html...

I have my doubts still, it could help to get the real executor of the action in the case of that package, and if that package does not exist it...

Hi, could you test #127

>No its not working. you did something wrong, I have created the branch [laravel-google-drive-ext-demo/tree/no_virtual_paths](https://github.com/erikn69/laravel-google-drive-ext-demo/tree/no_virtual_paths) And the demo it's working [laravel-google-drive-ext-demo/routes/web.php#L201-L220](https://github.com/erikn69/laravel-google-drive-ext-demo/blob/d93c343ae2fb6c0f12d34ea046828edc7974490d/routes/web.php#L201-L220) ```php $directoryName = 'test'; // First we need to create...

the main functionality is `useDisplayPaths => true`, but: [erikn69/laravel-google-drive-ext-demo/routes/web.php#L44-L48](https://github.com/erikn69/laravel-google-drive-ext-demo/blob/d93c343ae2fb6c0f12d34ea046828edc7974490d/routes/web.php#L44-L48) [ivanvermeyen/laravel-google-drive-demo/routes/web.php#L74-L84](https://github.com/ivanvermeyen/laravel-google-drive-demo/blob/4d1c2a381ed0d978b6870a455869543c7b3cd471/routes/web.php#L74-L84) Also feel free to open a PR

[laravel-google-drive-ext-demo/routes/web.php#L142-L149](https://github.com/erikn69/laravel-google-drive-ext-demo/blob/d42a136fcfa8b2543f9484db80f629f7033c0ae1/routes/web.php#L142-L149) I always tried that demo and it worked correctly, I don't think anything has changed

>So I've change from : `return "\xFE\xFF" . mb_convert_encoding($string, 'UTF-16BE', $encoding); ` TO : `return "\xEF\xBB\xBF".mb_convert_encoding($string, 'UTF-8', $encoding);` with that change I get this ![image](https://github.com/user-attachments/assets/0fc2f798-bba8-45ea-9f23-9d84b9f0d751)