You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cloud-storage-discuss
Hello,
I am trying to create a web app using react that will allow users to upload files to cloud storage. I have a backend for this but I am struggling with the front end getting the full file path. Has anyone done anything similar to this and have advice
Thank you
Upkar Singh
unread,
Nov 24, 2021, 5:33:41 AM11/24/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-cloud-storage-discuss
This stackoverflow post discusses the issue you're trying to address. As mentioned in the post you can do this through the JavaScript client libraries to make a call using the Google API. I recommend looking into this post and following the suggestions there.