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
Asset object have a URL parameter, which could be expired. But the expire date is not explicit in the object. We should have a parameter in the Asset object to indicate when the URL expire.
It is useful when developer have to persist the object / use it for a longer time.
Something like assetObj.url_expire_at?
The text was updated successfully, but these errors were encountered:
Asset object have a URL parameter, which could be expired. But the expire date is not explicit in the object. We should have a parameter in the Asset object to indicate when the URL expire.
It is useful when developer have to persist the object / use it for a longer time.
Something like
assetObj.url_expire_at
?The text was updated successfully, but these errors were encountered: