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.
Skygear SDK Date/Version:
JS runtime:
Skygear Server Date/Version:
Is this a regression?
Attached logs, screenshots
Expected Results
Something like assetObject.url_expire_at
Actual Results
Steps to reproduce
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.
Expected Results
Something like
assetObject.url_expire_at
Actual Results
Steps to reproduce
The text was updated successfully, but these errors were encountered: