Get image url from Drive #3626
-
For get file url via Drive, you should write this: await Drive.getUrl('filePath') But when i serialized model, i couldn't use async await for Drive( How i can get fileUrl via Drive when i'm serialized model? |
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Mar 14, 2022
Replies: 2 comments 4 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DZ8540
-
@DZ8540 hi, can you show how you write your code?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
afterFind
andafterFetch
hooks for that.