Skip to content

Commit

Permalink
Update credentials file path
Browse files Browse the repository at this point in the history
  • Loading branch information
LaeekAhmed committed Feb 6, 2024
1 parent 26cdbc2 commit e2114a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def root_py():
async def upload(file: UploadFile = File(...), fileName: str = Form(...)):
try:
storage_client = storage.Client.from_service_account_json(
"../credentials.json")
"./credentials.json")

bucket = storage_client.get_bucket(DATA_BUCKET)
# Assuming fileName includes '.csv' extension
Expand Down

0 comments on commit e2114a0

Please sign in to comment.