Problems with the creation of the assembly

Please help, when I try to create an assembly, I get an error: “error”: “missing_scope /.”
My Template code: 0352b7d6c6a34ed1b43084dedede1100
Assembly ID: 0352b7d6c6a34ed1b43084dedede1100

Hey Andrii!,

What is your App name? Thanks!

I create an assembly in the application Transloadit. Maybe I misunderstood you.

1 Like

Here is what I mean:

image

The name of my program is integromat.

Hi Ethan. Sorry. How about solving my problem?

Hey there,

I took a look at the failed assemblies for that app + template. What’s going on is that the Dropbox access token you’re using doesn’t have the correct scopes in order for us to store files on Dropbox.

Which scopes were selected when after creating your access token? At minimum we would need the oauth scopes for write access.

This screenshot is from an app’s settings in the Dropbox developer console.

Hi @Ethan,
I am experiencing the same issue and I have the same scopes are you have specified. I get {"error":"missing_scope/..."}

It might be worth trying enabling all of the scopes available and seeing if that fixes your problem, then disabling them one at a time to see what ones your app needs.