Topic: Reg : - You are not authorized to write to this table

Hello,

I am referring documentation provided here :-
http://quickfuseapps.com/docs/api/sdb_upload_csv

After following all steps i am getting below error
{"error":"Sdb_Csv_Controller_Json_Exception","type":"NotAuth","message":"You are not authorized to write to this table"}

Can you please look into that and suggest me with solution.

Here i am trying to write to table belongs to me and checked owner has all permissions.

Ravi Bhalla

Re: Reg : - You are not authorized to write to this table

Hi Ravi,

What table are you attempting to write to? We've looked into your account and found that you own 3 tables: "testimonials", "customers", and "feedback".

You should be able to write to these tables as long as you are using the correct credentials.

Regards,
The QuickFuse Team

Re: Reg : - You are not authorized to write to this table

I am having this same issue. 
curl -u ryan.nowacki@●○○○○:xxxxxxx -F tablekey=ryan.nowacki@●○○○○:helloUsers -F mode=replace -F csv=c:\temp\users.csv http://quickfuseapps.com/api/1/sdb/upload/csv

I am able to upload to my helloUsers table from the web GUI so doesn't seem like a permissions thing.  See anything wrong in my syntax above?

Re: Reg : - You are not authorized to write to this table

Hi Ryan,

Regarding your syntax, please note that the username is case sensitive.

So, instead of using "ryan.nowacki@●○○●○", you would want to use, "Ryan.nowacki@●●○●○".

Hope this helps.

Regards,
The QuickFuse Team

Re: Reg : - You are not authorized to write to this table

Yes thank you, CaSe was it.