question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Google Backend Remote path on windows

See original GitHub issue

Hi, I’m using django-distill with the Google storage backend on windows. When uploading a file the remote path for the file becomes path\\to\\index.html. However Google storage interprets that literally and does not convert the windows path format. So the URL for the uploaded file becomes https://storage.googleapis.com/bucket/path%5Cto%5Cindex.html instead of the https://storage.googleapis.com/bucket/path/to/index.html that you would expect.

Would it be possible to convert the windows-style path format to the right url format before initiating the upload?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
meebcommented, Jun 1, 2021

This is in the just pushed 2.7 version if django-distill - please update and see if this fixes your issue. I don’t actually have a Windows machine on hand (or a Google account!) to test this so I’ve just taken an educated guess to fix it.

0reactions
meebcommented, Jun 1, 2021

No problem, cheers!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connect to Windows VMs using RDP - Google Cloud
This document describes how to connect to Windows virtual machine (VM) instances using RDP. For other ways to connect to Windows VMs, see...
Read more >
Use Chrome Browser with Roaming User Profiles
Local Backend Path shows the location of the roaming profile file. Change roaming profile file location (optional). Information for each user's roaming profile ......
Read more >
Google drive - Rclone
Rclone docs for Google drive. ... Drive paths may be as deep as required, ... Here is an example of how to make...
Read more >
Firebase Remote Config - Google
Implementation path; Policies and limits; Looking to store other types of data ... Then, you can later use the Firebase console or the...
Read more >
Locating the remote path in Google cloud
Use the Google bucket name for the Remote Path in the Device Logs Settings. The bucket name is also the name of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found