'Python workaround for functions that don't recognise a URL as a file path?
I am using the ecommercetools package to access the Google Search Console API as described here - https://practicaldatascience.co.uk/data-science/how-to-access-the-google-search-console-api-using-python .
This is working fine on my local machine. However, I want to run it in a Runbook on Azure. So I have stored the key json file in blob storage.
The issue seems to be that seo.query_google_search_console() does not recognise the Blob SAS URL of the file as a file path.
Is there some way to work around this? Is it possible to hold a virtual file in memory and refer to it instead? Would appreciate any advice!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
