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
Current place where download counter of assets and links in SDP is not suitable. If user requests to download an asset and creates link but cancels download process counter is increased.
The text was updated successfully, but these errors were encountered:
First consider user has created a link, till here download counter is not increased.
Second, suppose that a user has an activated link and try to download that without any download manager program, download counter will be increased by one. So up to now everything works like a charm.
I have not any idea to deal with this.
compute_size method returns whole size of file and you can not determine which part of file was requested. have you got any clue?
Current place where download counter of assets and links in SDP is not suitable. If user requests to download an asset and creates link but cancels download process counter is increased.
The text was updated successfully, but these errors were encountered: