How to expose a JSON file at a particular URL

Hey :slight_smile:

I’m creating an Android app for my Bubble app and I need to be able to expose a JSON file at the URL …/.well-known/assetlinks.json.

I know you can expose a file at the root directory but my question is am I able to specify the URL the file is served from so that I can get the result above?

Don’t worry. I just realised that you can add a folder path to the file when you upload it!

2 Likes

Could you explain to me how you managed to do this? I’m a beginner…