You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation's example for storage does not work and uses undefined Types.
GoogleCredentials doesn't exist it should be JSONCredentials
Changing it so it runs, and following every steps of the tutorials I still get a 403 Forbiden when running storage(:Bucketm, :list), is there something wrong with the setup described in the tutorial or am I doing something wrong?
I've just tried these steps and it "works for me", with JSONCredentials as pointed out. The problem with the documentation only seems to be that the latest version has not been deployed... I must figure out how to deal with the bots. If you could try again with the latest code, @mloubout, maybe we can track down any remaining issues.
The documentation's example for storage does not work and uses undefined Types.
GoogleCredentials
doesn't exist it should beJSONCredentials
Changing it so it runs, and following every steps of the tutorials I still get a
403 Forbiden
when runningstorage(:Bucketm, :list)
, is there something wrong with the setup described in the tutorial or am I doing something wrong?The text was updated successfully, but these errors were encountered: