Google file load error

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 160

Google file load error

Post by crash »

I've been trying to setup my google drive bucket, the explanations in the help file really don't illustrate much, but made some progress.

I have setup the field folder link... with the hope that it's correct, also downloaded the json file to my pc, also in the hope that it's correct.

When I try upload a file I get this error...
System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.

This indicates a json error... must the advanced settings be pointing to the json file location on my machine, or just the name... can we get any more info on how to setup the remote storage to google bucket.

Is there any other way to load remotely to drive or similar?

Thanks


MichaelG
User
Posts: 1129

Post by MichaelG »

Read notes on Google cloud storage for file upload.


crash
User
Posts: 160

Post by crash »

I've read the help notes, nothing useful to setup the googlefile upload.. is there any help on my error
Thanks


MichaelG
User
Posts: 1129

Post by MichaelG »

Press F12 -> Network to check the network response. See if it gives you any hint.


Post Reply