Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

I need to store a JSON configuration file that will be read by python.

–3 votes
asked Apr 9, 2021 by Bob Culbertson (90 points)
Can I create and store this file somewhere where I can path to it?

In this case a JSON file used to manipulate Google Sheets.

B

1 Answer

+1 vote
answered Apr 9, 2021 by Peter Minarik (86,040 points)
You can just add a file to your OnlineGDB project and you can access that file any way you want.

See this example (language doesn't matter, it works the same way with any language): https://onlinegdb.com/ByaGjUlNO
commented Apr 10, 2021 by Bob Culbertson (90 points)
Thank you!

B
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...