Pavel Filippov
Pavel Filippov
Hi, Thank you for your reply. We tested those options of course. They both return the HTML pages with the button. When you click the button, the download starts. But...
In terms of file exports you mentioned ( https://developers.google.com/drive/api/v3/reference/files/export) This is the result of request: { "error": { "errors": [ { "domain": "global", "reason": "fileNotExportable", "message": "Export only supports Google...
Thank you Shen! If this issue were addressed that would be awesome! We have customers with subscriptions who are eager to pay for this service. We're receiving emails from people...
Have you given up on this request?
Hi @ShenChen-Amazon I hope you're doing well. Any updates for this request? Thank you
Hi @ShenChen-Amazon , Any chance to get a direct contact of anybody in charge in the service team? It's really shame that we are loosing such a great opportunity right...
We have done this already, a couple of months ago. Dead quiet. Posted there another comment. But , to be honest, I've started giving up in my hope that feature...
Looks like the latest AVS AudioPlayer v1.5 added this feature: https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/audioplayer.html#version-changes Support for passing HTTP header information in an audio stream, enabling DRM and other authenticated resources : > {...
Can confirm exactly the same issue. Tested with: - Nest Hub (only Pause works, Stop doesn't) - Home mini (only Pause works, Stop doesn't) - Android (Pause and Stop work...
Not sure if it depends on scenes. The STOP and PAUSE media statuses handlers should return (according to the docs unless something has changed): `conv.add(new Media({ mediaType: 'MEDIA_STATUS_ACK' })); `...