Add debug logs
This commit is contained in:
@ -45,6 +45,7 @@ const getDocumentUrl = async (
|
|||||||
const [url] = await file.getSignedUrl(options)
|
const [url] = await file.getSignedUrl(options)
|
||||||
return new URL(url)
|
return new URL(url)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.debug('error getting signed url', e)
|
||||||
return undefined
|
return undefined
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user