Discussions

Ask a Question
Back to all

front_facing_plain_url & driver_facing_plain_url getting change after some time.

We called https://api.gomotive.com/v2/driver_performance_events?driver_ids=8084370&vehicle_ids=2088152&start_date=2025-11-20&end_date=2025-11-20&media_required=true&per_page=100&page_no=1 API and we received front_facing_plain_url": "https://keep-truckin-production.s3.amazonaws.com/uploads/camera_media/media/3254373326/mp4-front_facing-ddd7195b-ecf5-40f5-9f0b-3717f3015af1.mp4?response-content-disposition=attachment%3B%20filename%3Dhard_brake-20251120-194007-front_facing.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5S2T6Q3NMVPEPWE2%2F20251120%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251120T204648Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=0b4cfc9930af05c7abd994213dfe62ce5cf6248f7153f14eda378700501aec63 but when we checked it was not working and gave AccessDenied error, when we called same API again, we got below URLand that was working
https://keep-truckin-production.s3.amazonaws.com/uploads/camera_media/media/3254373326/mp4-front_facing-ddd7195b-ecf5-40f5-9f0b-3717f3015af1.mp4?response-content-disposition=attachment%3B%20filename%3Dhard_brake-20251120-194007-front_facing.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA5S2T6Q3NMVPEPWE2%2F20251120%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251120T203442Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&X-Amz-Signature=f379508880ea72de1bc0b61d5ebd22c99783af1f619821fb1b9f40f9fb40ce3b but after sometime it wasnot working and gave same error

AccessDenied Request has expired 600 2025-11-20T20:44:42Z 2025-11-20T21:08:21Z ZHT6X0TNQT3CGAFQ pK//Jy1OvFRLXMYM2ahqaKV0gunkHQJss6PX1SYL/Q95T7OEENaD9SGHK7GwhY4nrFMy74gmmwA=

Why this a happening it.

  1. Is any setting in Motive so it url do not get expires
  2. Can We pass time to https://api.gomotive.com/v2/driver_performance_events API as of now looks like we can pass only date.
  3. Is any API where we can pass eventId or Unique ID and get updated Event Info.