One of the cool things about native apps, is the ability to request permissions and be granted them without actually having real access to the consumer account.
Instead, the application gets the permissions.
But how do we request permissions? Well, let’s find out. Your challenge is to request:
- SELECT access to one table
- CREATE DATABASE on account
Your native app should then verify it has all the permissions it needs. The flow should look like:
Here is a zip with the skeleton code. You will need to change every file in the zip.
Good luck!
2 responses to “Week 75 – Hard”
-
This one was tough! Still didn’t get it quite right, as I don’t intuitively understand Streamlit behavior. But got it approximately working with some help from the authors 🙂
- Solution URL – https://github.com/mferle/FrostyFriday/tree/main/Week%2075%20-%20Hard
-
I missed this challenge initially and shamefully then forgot about it. I’ve just finished building a fleshed out app for a customer and going back to complete this challenge was a rewarding way to show myself that I have learned from the experience.
Thanks for continuing to provide useful and interesting challenges
- Solution URL – https://github.com/ChrisHastieIW/Frosty-Friday
Leave a Reply
You must be logged in to post a comment.