netbe / Babelish

Chaotically confused, like Babel
http://netbe.github.io/Babelish
MIT License
253 stars 84 forks source link

Fetching csv file from google drive error #119

Closed minphone closed 4 years ago

minphone commented 4 years ago

When I add authorization code from my google sheet. But it still shows Could not download the requested file.. When I open this link into incognito mode, it can access everyone. But when I babelish csv2android, the error is occurred.

Here my babelish yml file.

filename: "my google sheet url"

langs:
  English: "en"
  Myanmar: "mm"

fetch: true
sheet: 0
excluded_states: ["SKIP"]
comments_column: 0
state_column: 4
keys_column: 1
default_lang: "English"
ignore_lang_path: false
stripping: true
output_basenames:
  - strings
csv_separator: ","
output_dir: app/src/main/res
netbe commented 4 years ago

Hi,

is the filename value the name of your speadsheet in google drive "my google sheet url" ? It should not be the link to google drive

netbe commented 4 years ago

related to #121

minphone commented 4 years ago

The issue is solved. Thanks