Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(device): filter uploaded files by name in name_to_request_id
The name_to_request_id decorator in device utils tries to find the request id corresponding an uploaded file. It invoke a list call to fetch the files and find out the id. However, list_uploaded_files_for_device SDK method supports filtering by file name. This commit fixes the call to filter with file name to only return the required data. Wrike Ticket: https://www.wrike.com/open.htm?id=1463047318
- Loading branch information