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
That's a cool idea.
But we don't have access to SDK in DirectusFile. User would either have to pass sdk or access token as a named param.
Something like: downloadUrl(String baseUrl, {String? accessToken}), or downloadUrl(String baseUrl, {Directus? sdk}).
directus-dart/lib/src/modules/files/directus_file.dart
Line 18 in ec87f59
File download URL should return the whole download URL along with concatenated auth token of the current user
The text was updated successfully, but these errors were encountered: