I am attempting to use the following...
I got the asset name via doing a call to list all assets on that
drop. Which parameter should use in place of MY-ASSET-NAME? Is it
not the "name" value that gets returned from doing an asset listing?
--
You received this message because you are subscribed to the Google Groups "Drop.io API" group.
To post to this group, send email to dropi...@googlegroups.com.
To unsubscribe from this group, send email to dropio-api+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dropio-api?hl=en.
On Apr 8, 9:09 am, Eric Skiff <e...@dropio.com> wrote:
> Hi Marko,
> That call looks correct - the only thing to note is that in the actual call,
> you shouldn't include the ":" in front of the drop or asset name.
>
> If that's not the issue and/or you're still having trouble, mind pasting the
> actual URL call that you're trying to make, including the drop and asset
> name, without your API key, here so that I can take a look and see what's
> going on?
>
> Thanks
> -Eric
> Drop.io
>
>
>
> On Thu, Apr 8, 2010 at 9:00 AM, mvidberg <markovidb...@gmail.com> wrote:
> > I have a drop I created and added an asset to but now I am trying to
> > get its embed code but am only getting the following...
> > <response>
> > <action>show</action>
> > <result>Failure</result>
> > <message>The asset does not exist.</message> </response>
>
> > I am attempting to use the following...
>
> >http://api.drop.io/drops/:MY-DROP-NAME/assets/:MY-ASSET-NAME/embed_co...
>
> > I got the asset name via doing a call to list all assets on that
> > drop. Which parameter should use in place of MY-ASSET-NAME? Is it
> > not the "name" value that gets returned from doing an asset listing?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Drop.io API" group.
> > To post to this group, send email to dropi...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > dropio-api+...@googlegroups.com<dropio-api%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/dropio-api?hl=en.
>
> --
> Eric Skiff | e...@dropio.com | 917-284-8124 |http://twitter.com/ericskiff|http://nycresistor.com
On Apr 8, 10:49 am, mvidberg <markovidb...@gmail.com> wrote:
> Ok, great it worked to remove the ":" from the asset name. You might
> want to change all your api doc pageshttp://dev.drop.io/rest-api-reference/actions/get-an-asset/