You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded a lot of blob types of files, and found that the generated file name is different from the one in the developer tools, such as: blob:https:xxxx/80f04969-9da0-4fcc-ace2-0aa44a2b4cc0,
but the file name generated by the download is: data.00f97a06ecd9.txt,not 80f04969xxxx, the two do not match, I can't sort the files, this order is very important to me.
so,what can I do?
The version is Version:2.0.3
The text was updated successfully, but these errors were encountered:
data.* file is all about data uri file eg. data:image/png;base64,iVBORw... which don't have a specific name or unique id with them. Yours are blob files that I haven't found a way to collect them. In short blob files and data uri files are not related to each other.
I know that there are a lot of data files in the blob, why is the downloaded file named directly like 80f04969-9da0-4fcc-ace2-0aa44a2b4cc0 ? I hope the filename is "data.80f04969-9da0-4fcc-ace2xxx.txt", not "data.00f97a06ecd9.txt" Because these files have a sequence number, I need to match them one by one
I downloaded a lot of blob types of files, and found that the generated file name is different from the one in the developer tools, such as: blob:https:xxxx/80f04969-9da0-4fcc-ace2-0aa44a2b4cc0,
but the file name generated by the download is: data.00f97a06ecd9.txt,not 80f04969xxxx, the two do not match, I can't sort the files, this order is very important to me.
so,what can I do?
The version is Version:2.0.3
The text was updated successfully, but these errors were encountered: